Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / corlib / System.Threading / ParameterizedThreadStart.cs
index bdae9ef93d3eb047dfa8c81fd713efcae79f5bba..91e05e1f29b72d26eb593c5ef7a373bdfcd90ca6 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.Threading {
@@ -36,5 +34,3 @@ namespace System.Threading {
        public delegate void ParameterizedThreadStart (object obj);
 
 }
-
-#endif