[sgen] Exclusive write on binary protocol file
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ObjectCreationDelegate.cs
index 36f8283a5a3ef5b4ad31a597b97cbd3bb39d1cdd..92dbc2fcb81f6c8d5ce613235344faabc96c12f1 100644 (file)
@@ -33,8 +33,6 @@ using System;
 
 namespace System.Runtime.InteropServices {
 
-       #if NET_2_0
        [ComVisible(true)]
-#endif 
        public delegate IntPtr ObjectCreationDelegate (IntPtr aggregator);
 }