X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net.NetworkInformation%2FNetworkInterfaceComponent.cs;h=daf09e4bd50cb39513f3a41dd00550dca226cc48;hb=64eff753bdeb747d6c7d35c3c7cc77fe5fd5cea4;hp=9eafe650657e25eb841073649375ea8f406ff659;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/mcs/class/System/System.Net.NetworkInformation/NetworkInterfaceComponent.cs b/mcs/class/System/System.Net.NetworkInformation/NetworkInterfaceComponent.cs index 9eafe650657..daf09e4bd50 100644 --- a/mcs/class/System/System.Net.NetworkInformation/NetworkInterfaceComponent.cs +++ b/mcs/class/System/System.Net.NetworkInformation/NetworkInterfaceComponent.cs @@ -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