Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / IsImplicitlyDereferenced.cs
index b0a06d7ef19389f02f97ff20150416854e11ea1a..9cff09c2075947a2f25cca9655d68d98b43f37f8 100644 (file)
@@ -25,8 +25,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 
 namespace System.Runtime.CompilerServices {
@@ -35,5 +33,3 @@ namespace System.Runtime.CompilerServices {
        {
        }
 }
-
-#endif