Merge pull request #2454 from tastywheattasteslikechicken/FixVtableAbort
[mono.git] / mcs / class / System.Web / System.Web.Profile / ProfileAutoSaveEventHandler.cs
index 3a238fdd15a400a785d33a3a49f8f90578a80319..caf41e886fdfdc75c902e60c9cc0b5353d3b8ad0 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 
 namespace System.Web.Profile
@@ -34,4 +33,3 @@ namespace System.Web.Profile
        public delegate void ProfileAutoSaveEventHandler (object sender, ProfileAutoSaveEventArgs e);
 }
 
-#endif