Merge branch 'cecil-light'
[mono.git] / mcs / class / corlib / System.Threading / SendOrPostCallback.cs
index c30aca0953191cd67bccea5b535b258ba28b4a4f..85517b5448937bc30a597d92096db0e794dd5d7b 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Threading 
 {
        public delegate void SendOrPostCallback (object state);
 }
-
-#endif