summaryrefslogtreecommitdiff
path: root/src/vm/appdomainnative.hpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-02-06 06:53:42 -0800
committerGitHub <noreply@github.com>2017-02-06 06:53:42 -0800
commit5c47caa806e6907df81e7a96864984df4d0f38cd (patch)
treee3437edcb63f42f98c93eb425b4e7a750eda73df /src/vm/appdomainnative.hpp
parent0b064eef415468f50e7360256e42737d247eb677 (diff)
downloadcoreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.tar.gz
coreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.tar.bz2
coreclr-5c47caa806e6907df81e7a96864984df4d0f38cd.zip
CAS Security cleanup (#9355)
Diffstat (limited to 'src/vm/appdomainnative.hpp')
-rw-r--r--src/vm/appdomainnative.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/appdomainnative.hpp b/src/vm/appdomainnative.hpp
index ee3af20aaa..5aa781ba41 100644
--- a/src/vm/appdomainnative.hpp
+++ b/src/vm/appdomainnative.hpp
@@ -43,7 +43,6 @@ public:
static FCDECL1(FC_BOOL_RET, IsDefaultAppDomainForEvidence, AppDomainBaseObject* refThisUNSAFE);
static FCDECL2(Object*, GetAssemblies, AppDomainBaseObject* refThisUNSAFE, CLR_BOOL fForIntrospection);
static FCDECL2(Object*, GetOrInternString, AppDomainBaseObject* refThisUNSAFE, StringObject* pStringUNSAFE);
- static FCDECL3(INT32, ExecuteAssembly, AppDomainBaseObject* refThisUNSAFE, AssemblyBaseObject* assemblyNameUNSAFE, PTRArray* stringArgsUNSAFE);
#ifdef FEATURE_VERSIONING
static FCDECL1(void, CreateContext, AppDomainBaseObject *refThisUNSAFE);
static void QCALLTYPE SetupBindingPaths(__in_z LPCWSTR wszTrustedPlatformAssemblies, __in_z LPCWSTR wszPlatformResourceRoots, __in_z LPCWSTR wszAppPaths, __in_z LPCWSTR wszAppNiPaths, __in_z LPCWSTR appLocalWinMD);