summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/debug/di/shimprocess.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/di/shimprocess.cpp b/src/debug/di/shimprocess.cpp
index cd090b63b8..6e0350b8eb 100644
--- a/src/debug/di/shimprocess.cpp
+++ b/src/debug/di/shimprocess.cpp
@@ -1746,7 +1746,6 @@ CORDB_ADDRESS ShimProcess::GetCLRInstanceBaseAddress()
#if defined(FEATURE_CORESYSTEM)
// Debugger attaching to CoreCLR via CoreCLRCreateCordbObject should have already specified CLR module address.
// Code that help to find it now lives in dbgshim.
- baseAddress = PTR_TO_CORDB_ADDRESS(0);
#else
// get a "snapshot" of all modules in the target
HandleHolder hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, dwPid);