2010-03-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / SerializationObjectManager.cs
index 5162cc1ae8346eadb689d023b25dd08735ecb4a4..13ffe44393a4c41e53693492a777489f8681edb2 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 
@@ -73,4 +71,3 @@ namespace System.Runtime.Serialization {
        }
 }
 
-#endif