Remove profanity
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / X509RevocationMode.cs
index fa7fa4f3432a4eb7b6fafef243203b58f6dc98b6..356fea8d003bfa410f3da31362f58546d4f04a06 100644 (file)
@@ -5,7 +5,7 @@
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-// Copyright (C) 2004 Novell Inc. (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell Inc. (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-using System;
-
 namespace System.Security.Cryptography.X509Certificates {
 
-       [Serializable]
        public enum X509RevocationMode {
                NoCheck,
                Online,
@@ -41,4 +36,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif