summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/vars.hpp')
-rw-r--r--src/vm/vars.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vm/vars.hpp b/src/vm/vars.hpp
index c9f4848692..a7b6fb6173 100644
--- a/src/vm/vars.hpp
+++ b/src/vm/vars.hpp
@@ -406,9 +406,7 @@ GPTR_DECL(MethodDesc, g_pExecuteBackoutCodeHelperMethod);
GPTR_DECL(MethodDesc, g_pObjectFinalizerMD);
-//<TODO> @TODO Remove eventually - determines whether the verifier throws an exception when something fails</TODO>
-EXTERN bool g_fVerifierOff;
-
+GVAL_DECL(DWORD, g_TlsIndex);
// Global System Information
extern SYSTEM_INFO g_SystemInfo;