Remove NET_1_1 directive from FormatterServices.cs.
[mono.git] / mcs / class / corlib / System.Runtime.Serialization / OnSerializedAttribute.cs
index 8c915f3554eef3692ac9efa0252fe4177950877d..039abd6275a0d9fa5698cce7aa8d8b43a672f9be 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 OnSerializedAttribute : Attribute {
        }
 }
-#endif