From 0372174871c1e27f483c9877c2c5181720be8722 Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Thu, 20 Jul 2017 21:53:46 -0700 Subject: [Local GC] Refactor usage of GC-internal functions in the DAC (#12458) * Refactor usage of GC-internal functions in the DAC * Fix one debugger test failure, one to go --- src/inc/dacvars.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/inc') diff --git a/src/inc/dacvars.h b/src/inc/dacvars.h index 9fe2382d86..affed8af82 100644 --- a/src/inc/dacvars.h +++ b/src/inc/dacvars.h @@ -242,7 +242,6 @@ DEFINE_DACVAR(ULONG, SIZE_T, dac__g_runtimeVirtualSize, ::g_runtimeVirtualSize) DEFINE_DACVAR(ULONG, SyncBlockCache *, SyncBlockCache__s_pSyncBlockCache, SyncBlockCache::s_pSyncBlockCache) -DEFINE_DACVAR(ULONG, HandleTableMap, dac__g_HandleTableMap, ::g_HandleTableMap) DEFINE_DACVAR(ULONG, UNKNOWN_POINTER_TYPE, dac__g_pStressLog, ::g_pStressLog) DEFINE_DACVAR(ULONG, SIZE_T, dac__s_gsCookie, ::s_gsCookie) -- cgit v1.2.3