Merge pull request #2735 from xmcclure/early-lookup-addr
[mono.git] / mcs / class / System.Web / System.Web.Security / CookieProtection.cs
index b1f343045ed8afe7e268c63abe2c10813ed1fd83..f552d677a145a233e6d505784fa67072091e3454 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.Security {
        public enum CookieProtection {
                None = 0,
@@ -37,5 +36,4 @@ namespace System.Web.Security {
                All = 3
        }
 }
-#endif