summaryrefslogtreecommitdiff
path: root/src/vm/vars.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-22 14:22:40 -0800
committerGitHub <noreply@github.com>2018-11-22 14:22:40 -0800
commite54dffef08c22a94962aacd93d4793b377cac632 (patch)
treeadd9888e42a3c93be7ce63e6f2cbab48e80c4a2e /src/vm/vars.cpp
parentf80f9d5435155cc7a36fbaefa3c8d7da7cc309aa (diff)
downloadcoreclr-e54dffef08c22a94962aacd93d4793b377cac632.tar.gz
coreclr-e54dffef08c22a94962aacd93d4793b377cac632.tar.bz2
coreclr-e54dffef08c22a94962aacd93d4793b377cac632.zip
Delete System.AppDomainSetup (#21157)
* Delete System.AppDomainSetup Contributes to #21028 * Add test hook for null entry assembly * Validate that the binder paths are absolute
Diffstat (limited to 'src/vm/vars.cpp')
-rw-r--r--src/vm/vars.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vm/vars.cpp b/src/vm/vars.cpp
index 0dbdee8a96..179acda8af 100644
--- a/src/vm/vars.cpp
+++ b/src/vm/vars.cpp
@@ -229,11 +229,6 @@ bool dbg_fDrasticShutdown = false;
bool g_fInControlC = false;
//
-// Cached command line file provided by the host.
-//
-LPWSTR g_pCachedCommandLine = NULL;
-LPWSTR g_pCachedModuleFileName = 0;
-
//
// IJW needs the shim HINSTANCE
//