Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / TaskDatabase.cs
index 1a9ebce4dbe5784da865bd67892884eaf9ef9b2f..dd603207c2e6d6ce621a7a78be24658279bdc990 100644 (file)
@@ -25,8 +25,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.Generic;
 using System.Reflection;
@@ -164,5 +162,3 @@ namespace Microsoft.Build.BuildEngine {
                }
        }
 }
-
-#endif