[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / OnDeserializingAttribute.cs
index e282578bab03ba16c6dc4c0f5d500271d3ce1d5f..0ee65d47be26ec9d70a8f6cf4356ad20985b5e17 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;
        
@@ -37,4 +36,3 @@ namespace System.Runtime.Serialization {
        public sealed class OnDeserializingAttribute : Attribute {
        }
 }
-#endif