summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
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.hpp
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.hpp')
-rw-r--r--src/vm/vars.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/vars.hpp b/src/vm/vars.hpp
index a062f0b3fc..931bf3a233 100644
--- a/src/vm/vars.hpp
+++ b/src/vm/vars.hpp
@@ -584,12 +584,6 @@ EXTERN bool g_fInControlC;
extern const DWORD g_rgPrimes[71];
//
-// Cached command line file provided by the host.
-//
-extern LPWSTR g_pCachedCommandLine;
-extern LPWSTR g_pCachedModuleFileName;
-
-//
// Macros to check debugger and profiler settings.
//
inline bool CORDebuggerPendingAttach()