summaryrefslogtreecommitdiff
path: root/src/debug/daccess/dacdbiimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/daccess/dacdbiimpl.cpp')
-rw-r--r--src/debug/daccess/dacdbiimpl.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/debug/daccess/dacdbiimpl.cpp b/src/debug/daccess/dacdbiimpl.cpp
index 988f6734fa..cc68cdc930 100644
--- a/src/debug/daccess/dacdbiimpl.cpp
+++ b/src/debug/daccess/dacdbiimpl.cpp
@@ -4667,8 +4667,7 @@ CONNID DacDbiInterfaceImpl::GetConnectionID(VMPTR_Thread vmThread)
{
DD_ENTER_MAY_THROW;
- Thread * pThread = vmThread.GetDacPtr();
- return pThread->GetConnectionId();
+ return INVALID_CONNECTION_ID;
}
// Return the task ID of the specified thread.
@@ -4676,8 +4675,7 @@ TASKID DacDbiInterfaceImpl::GetTaskID(VMPTR_Thread vmThread)
{
DD_ENTER_MAY_THROW;
- Thread * pThread = vmThread.GetDacPtr();
- return pThread->GetTaskId();
+ return INVALID_TASK_ID;
}
// Return the OS thread ID of the specified thread