Merge pull request #93 from konrad-kruczynski/dispatcher_timer_fix
[mono.git] / mcs / class / corlib / System.Threading / SendOrPostCallback.cs
index 49b7d4f680207e36d758d01428ef8a3b911628ba..85517b5448937bc30a597d92096db0e794dd5d7b 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-using System.Runtime.InteropServices;
-
 namespace System.Threading 
 {
-       [ComVisible (false)]
        public delegate void SendOrPostCallback (object state);
 }
-
-#endif