Remove profanity
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / X509RevocationMode.cs
index 123b15af02a1c515e9bcbedf823521653792cdcd..356fea8d003bfa410f3da31362f58546d4f04a06 100644 (file)
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Security.Cryptography.X509Certificates {
 
        public enum X509RevocationMode {
@@ -38,4 +36,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif