summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-21 21:15:32 -0700
committerGitHub <noreply@github.com>2019-05-21 21:15:32 -0700
commit709ff5ae8e4a25e4738afc8a742a65a3830d3568 (patch)
tree89ebca26c9a136c6851451a75b1ca9c088e502a1 /src/strongname
parentac607c3f890523f0b06a1cab19057248ac6f189d (diff)
downloadcoreclr-709ff5ae8e4a25e4738afc8a742a65a3830d3568.tar.gz
coreclr-709ff5ae8e4a25e4738afc8a742a65a3830d3568.tar.bz2
coreclr-709ff5ae8e4a25e4738afc8a742a65a3830d3568.zip
Delete Unsafe redefinitions of Windows APIs (#24688)
Leftover from SQL hosting infrastructure
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index 4347ebae51..aea24eb5ca 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -65,9 +65,6 @@
#pragma function(memcpy,memcmp,strcmp,strcpy,strlen,strcat)
#endif // _MSC_VER
-// make all the unsafe redefinitions available
-#include "unsafe.h"
-
//-----------------------------------------------------------------------------------------------------------
#include "lazycow.h"