Merge pull request #2454 from tastywheattasteslikechicken/FixVtableAbort
[mono.git] / mcs / class / System.Web / System.Web.Profile / ProfileModule.cs
index 0cf67746f5b90bb858d11d80cae9e4dd5c0e8e0e..69374357fc2542d859b2fd239cb7bb06e3c99ff3 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.ComponentModel;
 using System.Web;
@@ -138,4 +137,3 @@ namespace System.Web.Profile
                }
        }
 }
-#endif