Merge pull request #1529 from alistair/xmlreader_read_to_next_sibling_bug
[mono.git] / mcs / class / corlib / System.Threading / ContextCallback.cs
index 85cca71e16433f62949de4fb896cfa66bd2b568d..661baa4762be27770d6b4db4272ec0fa3547a369 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.Threading {
@@ -36,5 +34,3 @@ namespace System.Threading {
        public delegate void ContextCallback (object state);
 
 }
-
-#endif