Making sure mono_marshal_free is used instead of g_free in mono_string_builder_to_utf8
[mono.git] / mcs / class / System / System.Net.NetworkInformation / NetworkInterfaceComponent.cs
index 9eafe650657e25eb841073649375ea8f406ff659..daf09e4bd50cb39513f3a41dd00550dca226cc48 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
 using System;
 namespace System.Net.NetworkInformation {
        public enum NetworkInterfaceComponent {
@@ -33,5 +32,4 @@ namespace System.Net.NetworkInformation {
                IPv6
        }
 }
-#endif