Merge pull request #910 from akoeplinger/cleanup-test-ignores
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / DISPPARAMS.cs
index 7636ca012aec75b3257a69305ffe191a26fdf786..a8518e55ff19ffbcb8d6a758a48652b71250b56c 100644 (file)
@@ -28,7 +28,6 @@
 // Kazuki Oikawa (kazuki@panicode.com)
 //
 // (C) 2002 Ximian, Inc.
-#if NET_2_0
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
@@ -41,4 +40,3 @@ namespace System.Runtime.InteropServices.ComTypes
                public int cNamedArgs;
        }
 }
-#endif