diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-03-23 21:31:08 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-03-23 21:31:08 -0700 |
commit | c1ba0313207731c5a8256420636c1d699f97b7cd (patch) | |
tree | 271377b37e711997632daa01352f4a53f135e021 /src/strongname | |
parent | c1a834047f00d63ce74eab52c45b1fbe3b60bf62 (diff) | |
download | coreclr-c1ba0313207731c5a8256420636c1d699f97b7cd.tar.gz coreclr-c1ba0313207731c5a8256420636c1d699f97b7cd.tar.bz2 coreclr-c1ba0313207731c5a8256420636c1d699f97b7cd.zip |
Fix build break in full framework
[tfs-changeset: 1589425]
Diffstat (limited to 'src/strongname')
-rw-r--r-- | src/strongname/api/strongname.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strongname/api/strongname.cpp b/src/strongname/api/strongname.cpp index 1a8ef65c04..00b115698c 100644 --- a/src/strongname/api/strongname.cpp +++ b/src/strongname/api/strongname.cpp @@ -317,8 +317,6 @@ SN_REVOCATION_REC *g_pRevocationRecords = NULL; -#include "thetestkey.h" - #ifndef DACCESS_COMPILE // The actions that can be performed upon opening a CSP with LocateCSP. |