Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.UI / IStateFormatter.cs
index 877c326bd2227412880c0fabc33dcbc0413e3a6e..10378d34b8edc6bc15f82d53c449b93ea76f7290 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //      Sanjay Gupta (gsanjay@novell.com)
 //
-// (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining
@@ -28,7 +28,6 @@
 //
 
 
-#if NET_2_0
 using System;
 
 namespace System.Web.UI
@@ -39,5 +38,5 @@ namespace System.Web.UI
                string Serialize (object state);
        }
 }
-#endif
+