[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Linq / ParallelEnumerable.cs
index 44b45c35820b330db69ccb304de3651155699521..1a93bd3e927dc658fe402483e8a26e97df94dc20 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;
@@ -2329,4 +2328,3 @@ namespace System.Linq
                #endregion
        }
 }
-#endif