System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.CreateHttp...
[mono.git] / mcs / class / System / System.Collections.Generic / LinkedListNode.cs
index 089ff8032073d8e179347deb4bf64435ba2db4cd..ee1456f17dbc3383f7aaceb041206be9d17c4df0 100644 (file)
@@ -30,7 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
 
@@ -109,4 +108,3 @@ namespace System.Collections.Generic
                }
        }
 }
-#endif