Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / corlib / System.Threading / ThreadStart.cs
index ed0c24ca8b6e55a719e9fdde2c87f3088dee497f..c5987ab89e9d45bf168ad2628ee7161b286306eb 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 ThreadStart();
 }