From c088e97d57001572f4535d88ca079fbfba341b91 Mon Sep 17 00:00:00 2001 From: Dominik Guder Date: Thu, 1 Dec 2011 23:41:27 +0100 Subject: [PATCH] removed obsolete debug switch --- src/Tasks/COMRegisterTask.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Tasks/COMRegisterTask.cs b/src/Tasks/COMRegisterTask.cs index 3c127c9..51b16b8 100644 --- a/src/Tasks/COMRegisterTask.cs +++ b/src/Tasks/COMRegisterTask.cs @@ -25,14 +25,9 @@ using System.Reflection; using System.Reflection.Emit; using System.Runtime.InteropServices; -#if NET_2_0 using SYSKIND = System.Runtime.InteropServices.ComTypes.SYSKIND; using TYPELIBATTR = System.Runtime.InteropServices.ComTypes.TYPELIBATTR; using System.Runtime.InteropServices.ComTypes; -#else -using SYSKIND = System.Runtime.InteropServices.SYSKIND; -using TYPELIBATTR = System.Runtime.InteropServices.TYPELIBATTR; -#endif using System.Text; using NAnt.Core;