[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Runtime.CompilerServices / StrongBox_T.cs
index 877501e8d327b731eb788186d2e4c010b0eed860..998ac275ea758f3004b83c1b4b2a09c71a104744 100644 (file)
@@ -32,11 +32,9 @@ namespace System.Runtime.CompilerServices {
 
                public T Value;
 
-#if NET_4_0
                public StrongBox ()
                {
                }
-#endif
 
                public StrongBox (T value)
                {