X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Net.NetworkInformation%2FNetBiosNodeType.cs;h=42fb66d2d62e9860cde3d7035a3f87ed46921ddc;hb=e4d33f70d401e579cf5345a6eb777c673d3a5964;hp=61585e05df17a6d6204c23584758ff4dd39ab27f;hpb=04d1b4116331e3813b8f75304f714a5d61ba1214;p=mono.git diff --git a/mcs/class/System/System.Net.NetworkInformation/NetBiosNodeType.cs b/mcs/class/System/System.Net.NetworkInformation/NetBiosNodeType.cs index 61585e05df1..42fb66d2d62 100644 --- a/mcs/class/System/System.Net.NetworkInformation/NetBiosNodeType.cs +++ b/mcs/class/System/System.Net.NetworkInformation/NetBiosNodeType.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 namespace System.Net.NetworkInformation { public enum NetBiosNodeType { Unknown = 0, @@ -35,5 +34,4 @@ namespace System.Net.NetworkInformation { Hybrid = 1 << 3, } } -#endif