[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / ConcurrentLookup.cs
index 6795cf02190384ee8b6e3cd317d4ac181dfe88e5..fbd4f02bee4ee27e7ad4181a69be29986b72a7be 100644 (file)
@@ -24,7 +24,6 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;
@@ -114,4 +113,3 @@ namespace System.Linq.Parallel
        }
 }
 
-#endif