summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-02-13 15:04:59 -0800
committerGitHub <noreply@github.com>2019-02-13 15:04:59 -0800
commitf514a549d7b8972111e85cfb7dab6fa3216382ba (patch)
treefe04ad443329620474c62a13ad778b37597dc318 /src/strongname
parenteee8c24c0351605909f93481b54d5525c76980f4 (diff)
downloadcoreclr-f514a549d7b8972111e85cfb7dab6fa3216382ba.tar.gz
coreclr-f514a549d7b8972111e85cfb7dab6fa3216382ba.tar.bz2
coreclr-f514a549d7b8972111e85cfb7dab6fa3216382ba.zip
Remove some CAS cruft (#22576)
* Update comment on SuppressUnmanagedCodeSecurityAttribute. * Remove unused declsec.h header.
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 0c959d2e3e..16f571aded 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -295,7 +295,6 @@ namespace Loader
#include "spinlock.h"
#include "cgensys.h"
-#include "declsec.h"
#ifdef FEATURE_COMINTEROP
#include "stdinterfaces.h"