[runtime] MonoError-ize mono_compile_method
[mono.git] / mcs / class / System / System.Net.NetworkInformation / SuffixOrigin.cs
index a0c30cbcf076c343bc857794869efe37274d2085..44d44f291480fe6fea38e2a739b304e50cfdf67f 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
 namespace System.Net.NetworkInformation {
        public enum SuffixOrigin {
                Other = 0,
@@ -36,5 +35,4 @@ namespace System.Net.NetworkInformation {
                Random = 5
        }
 }
-#endif