[runtime] Switch getenv to use heap memory
[mono.git] / mcs / class / System / System.Security.Cryptography.X509Certificates / OpenFlags.cs
index 9e0c31b624248a5fb376e3781ea30b0969fecc36..627afab706a6317058464802f8d5566f772a92d0 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 {
 
        [Flags]
@@ -41,4 +39,3 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif