Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System.Net.Security / ProtectionLevel.cs
index 08c93007fc6cde9d7f085636cafad90eabd27781..8483567e42793943a912c19100fa6843753a9bf0 100644 (file)
@@ -29,8 +29,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 
-
 namespace System.Net.Security 
 {
        public enum ProtectionLevel 
@@ -41,4 +39,3 @@ namespace System.Net.Security
        }
 }
 
-#endif