Merge pull request #1529 from alistair/xmlreader_read_to_next_sibling_bug
[mono.git] / mcs / class / corlib / System.Threading / WaitCallback.cs
index cbc83c1361efd89c606cf5384a6cfc3105d5cb8c..3422620e280517eb3618cfe4e541cbffb7acbd5e 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Runtime.InteropServices;
-#endif
 
 namespace System.Threading
 {
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public delegate void WaitCallback(object state);
 }