summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-02-07 14:10:09 -0800
committerGitHub <noreply@github.com>2017-02-07 14:10:09 -0800
commitc35e8dbc37e5380f46553510d0368aad04a677d2 (patch)
tree62e2316f5a30f3cddd507b562b2bf4dc73ac72ef /src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
parent3c34cce7187e44c024331ad6267c6507034e48bd (diff)
downloadcoreclr-c35e8dbc37e5380f46553510d0368aad04a677d2.tar.gz
coreclr-c35e8dbc37e5380f46553510d0368aad04a677d2.tar.bz2
coreclr-c35e8dbc37e5380f46553510d0368aad04a677d2.zip
Remove more CAS (#9390)
* Remove PermissionSet * Remove HostProtectionAttribute * Remove PermissionState * Remove S.Security.Permissions * Remove IPrincipal * Fix native side * Remove model.xml again
Diffstat (limited to 'src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs')
-rw-r--r--src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
index e750148838..8b9014a103 100644
--- a/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
+++ b/src/mscorlib/src/System/Collections/Concurrent/ConcurrentDictionary.cs
@@ -24,7 +24,6 @@ using System.Runtime.Serialization;
using System.Text;
using System.Threading;
using System.Security;
-using System.Security.Permissions;
namespace System.Collections.Concurrent
{