summaryrefslogtreecommitdiff
path: root/src/debug/di
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-06-11 13:18:03 -0700
committerGitHub <noreply@github.com>2019-06-11 13:18:03 -0700
commitbeeae6da7c1f35fa335868521e1de21a2403eff4 (patch)
tree1bfdb63223308e2db827b9263cf77259f07398af /src/debug/di
parent93675fbf467f54ab0f1f5d183c70750c9822c9ca (diff)
downloadcoreclr-beeae6da7c1f35fa335868521e1de21a2403eff4.tar.gz
coreclr-beeae6da7c1f35fa335868521e1de21a2403eff4.tar.bz2
coreclr-beeae6da7c1f35fa335868521e1de21a2403eff4.zip
Delete dead code (#25066)
Diffstat (limited to 'src/debug/di')
-rw-r--r--src/debug/di/rsmain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug/di/rsmain.cpp b/src/debug/di/rsmain.cpp
index 887cc3378b..b48715c0ec 100644
--- a/src/debug/di/rsmain.cpp
+++ b/src/debug/di/rsmain.cpp
@@ -1435,7 +1435,6 @@ HRESULT Cordb::SetTargetCLR(HMODULE hmodTargetCLR)
cccallbacks.m_hmodCoreCLR = hmodTargetCLR;
cccallbacks.m_pfnIEE = NULL;
cccallbacks.m_pfnGetCORSystemDirectory = NULL;
- cccallbacks.m_pfnGetCLRFunction = NULL;
InitUtilcode(cccallbacks);
return S_OK;