Merge pull request #1718 from madewokherd/sgenthreadcleanup
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks.Deployment.Bootstrapper / IBuildMessage.cs
index 57633643de3b3427dad838a2653c929708ea51af..a644ef74fd146928186205ff434109bf9dc2d085 100644 (file)
@@ -25,7 +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.Runtime.InteropServices;
@@ -56,4 +55,3 @@ namespace Microsoft.Build.Tasks.Deployment.Bootstrapper {
        }
 }
 
-#endif