New error message.
[mono.git] / mcs / class / corlib / System.Threading / SendOrPostCallback.cs
index 49b7d4f680207e36d758d01428ef8a3b911628ba..c30aca0953191cd67bccea5b535b258ba28b4a4f 100644 (file)
 
 #if NET_2_0
 
-using System.Runtime.InteropServices;
-
 namespace System.Threading 
 {
-       [ComVisible (false)]
        public delegate void SendOrPostCallback (object state);
 }