[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / OptionalFieldAttribute.cs
index 428406ffd4e5e2cf3fcac67c6774aa05d95bfb72..b2fc956871cfb86f1b402d2542ba127d5f56e1c6 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Runtime.InteropServices;
        
@@ -48,4 +47,3 @@ namespace System.Runtime.Serialization {
                }
        }
 }
-#endif