[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QueryDefaultEmptyNode.cs
index c3b766eaa2a5121f9c1b947bbd249f6fd5ca669f..5050abf761ba49410bb49cccbccf1ec93f22cbf1 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;
@@ -88,4 +87,3 @@ namespace System.Linq.Parallel.QueryNodes
        }
 }
 
-#endif