Merged pull request #58 from XTZGZoReX/master.
[mono.git] / mcs / class / corlib / System.Threading / TimerCallback.cs
index fec50a08675ba55a1573a884811038a9d1c16a8a..fc95452f0a1c9494fb238ef0504616d5d0d35dae 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 TimerCallback(object state);
 }