[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QueryOrderGuardNode.cs
index 4b4b75daf3f67236ca3aaa7ca33dbaeaf4e2b11d..d495090fba16dd3695a357f6f09104d536303dc5 100644 (file)
@@ -23,7 +23,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.Collections.Generic;
 
@@ -100,4 +99,3 @@ namespace System.Linq.Parallel.QueryNodes
 
        }
 }
-#endif