summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-07-20 21:53:46 -0700
committerGitHub <noreply@github.com>2017-07-20 21:53:46 -0700
commit0372174871c1e27f483c9877c2c5181720be8722 (patch)
tree16cbb72c8c7b95c9fff92e4e1fec329ae431a2e2 /src/inc
parentfa3d1cdd5583d5b278dd1a9c246ff30ca6966973 (diff)
downloadcoreclr-0372174871c1e27f483c9877c2c5181720be8722.tar.gz
coreclr-0372174871c1e27f483c9877c2c5181720be8722.tar.bz2
coreclr-0372174871c1e27f483c9877c2c5181720be8722.zip
[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
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/dacvars.h1
1 files changed, 0 insertions, 1 deletions
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)