summaryrefslogtreecommitdiff
path: root/src/debug/di/shimprocess.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-04-29 14:50:19 -0700
committerJan Kotas <jkotas@microsoft.com>2015-04-29 14:50:19 -0700
commit495d81cf3b68c5e2501270e391b9c795962121f6 (patch)
treebb6dce1ca3416a3cb6aa403f043f385d54867ad8 /src/debug/di/shimprocess.cpp
parent198c007bca8e2d10e5872d713d73acd453238be3 (diff)
downloadcoreclr-495d81cf3b68c5e2501270e391b9c795962121f6.tar.gz
coreclr-495d81cf3b68c5e2501270e391b9c795962121f6.tar.bz2
coreclr-495d81cf3b68c5e2501270e391b9c795962121f6.zip
Fix build break
[tfs-changeset: 1462294]
Diffstat (limited to 'src/debug/di/shimprocess.cpp')
-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);