Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-11-07 00:25:38 +0300
committerMiguel de Icaza <miguel@gnome.org>2009-11-07 00:25:38 +0300
commit4baa1d2bc2c7d8bb4c7181b83eac3146c0681666 (patch)
tree9927ff110ec25da72b4afd2f1cdc313871ae2c43 /mcs/class/corlib/System.Security/HostProtectionException.cs
parent22429fdd7886171c629cf66d1490e32697dc8fd0 (diff)
More removal of old defines
svn path=/trunk/mcs/; revision=145609
Diffstat (limited to 'mcs/class/corlib/System.Security/HostProtectionException.cs')
-rw-r--r--mcs/class/corlib/System.Security/HostProtectionException.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/corlib/System.Security/HostProtectionException.cs b/mcs/class/corlib/System.Security/HostProtectionException.cs
index 70d20535c69..8d828bc216e 100644
--- a/mcs/class/corlib/System.Security/HostProtectionException.cs
+++ b/mcs/class/corlib/System.Security/HostProtectionException.cs
@@ -26,7 +26,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
@@ -90,5 +89,3 @@ namespace System.Security {
}
}
}
-
-#endif