Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / class / System.Web / System.Web.Security / AnonymousIdentificationEventHandler.cs
index 0af2ab7e460e2bbd78c1afcf974583e68978182e..6abaf5e9bd202fcf85ca9b3896f0b9050aedd75e 100644 (file)
@@ -28,9 +28,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.Security {
        public delegate void AnonymousIdentificationEventHandler (object sender, AnonymousIdentificationEventArgs e);
 }
-#endif