Merge pull request #186 from QuickJack/master
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / OnDeserializedAttribute.cs
index 8742c6922485eaef05aed8d494c4ff75e021cbe2..91df3139e2c559288902bfd5e6b0b7109ee9ef2a 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 OnDeserializedAttribute : Attribute {
        }
 }
-#endif