Skip to content

Commit

Permalink
removed obsolete debug switch
Browse files Browse the repository at this point in the history
  • Loading branch information
dguder committed Dec 1, 2011
1 parent b7e914f commit c088e97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Tasks/COMRegisterTask.cs
Expand Up @@ -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;
Expand Down

0 comments on commit c088e97

Please sign in to comment.