Merge pull request #3224 from ludovic-henry/iolayer-extract-wait-handle
[mono.git] / mcs / class / corlib / System / WeakReference_T.cs
index 182d42a5362ec58ba2540221d1b1a3c618b2e836..da613e97ff3c3b7547f5cc3de377339dddef8758 100644 (file)
@@ -24,7 +24,6 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_5
 using System.Runtime.Serialization;
 using System.Runtime.InteropServices;
 
@@ -96,4 +95,3 @@ namespace System {
                }
        }
 }
-#endif