[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Threading / CancellationTokenSource.cs
index a80524928daf5d9bf716075d2b5a0fb1b267872d..5321a06ac0b3fa6092e592c086c47233754306d6 100644 (file)
@@ -26,7 +26,6 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0
 using System.Collections.Generic;
 using System.Collections.Concurrent;
 
@@ -319,4 +318,3 @@ namespace System.Threading
                }
        }
 }
-#endif