Merge pull request #1949 from lewurm/fixtype
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / ExpressionCollection.cs
index 8c5c00aa6836a5f87da171b30eba278600e51f09..ca0034a10923b5ab756aa8c38ba1c96c82115856 100644 (file)
@@ -27,8 +27,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-#if NET_2_0
-
 using System;
 using System.Collections;
 using System.Collections.Generic;
@@ -291,5 +289,3 @@ namespace Microsoft.Build.BuildEngine {
 
        }
 }
-
-#endif