summaryrefslogtreecommitdiff
path: root/src/gc/gceesvr.cpp
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-06-09 16:08:10 -0700
committerGitHub <noreply@github.com>2017-06-09 16:08:10 -0700
commit1e11b32ca720f886adfa0cc2a6a46829feba78d0 (patch)
tree964e26da84d3e388422333111e44208c7bec00d2 /src/gc/gceesvr.cpp
parentd15b1253b773080543d7e5b656e42d6e4b994688 (diff)
downloadcoreclr-1e11b32ca720f886adfa0cc2a6a46829feba78d0.tar.gz
coreclr-1e11b32ca720f886adfa0cc2a6a46829feba78d0.tar.bz2
coreclr-1e11b32ca720f886adfa0cc2a6a46829feba78d0.zip
[Local GC] No longer need to initialize SVR dacvars separately (#12173)
* [Local GC] No longer need to initialize SVR dacvars separately * Remove rest of uses of DEFINE_DACVAR_SVR
Diffstat (limited to 'src/gc/gceesvr.cpp')
-rw-r--r--src/gc/gceesvr.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gc/gceesvr.cpp b/src/gc/gceesvr.cpp
index 2e6dbe2d08..e216834f8e 100644
--- a/src/gc/gceesvr.cpp
+++ b/src/gc/gceesvr.cpp
@@ -22,15 +22,4 @@ namespace SVR {
#include "gcee.cpp"
}
-#if defined(FEATURE_PAL) && !defined(DACCESS_COMPILE)
-
-// Initializes the SVR DAC table entries
-void DacGlobals::InitializeSVREntries(TADDR baseAddress)
-{
-#define DEFINE_DACVAR_SVR(id_type, size, id, var) id = PTR_TO_TADDR(&var) - baseAddress;
-#include "dacvars.h"
-}
-
-#endif // FEATURE_PAL && !DACCESS_COMPILE
-
#endif // FEATURE_SVR_GC