`contTargetThread()` returns a bool but needs to be void
Opened this issue · 0 comments
tyroguru commented
oidDebugger->contTargetThread()
returns a bool but it is never checked and is only ever true anyway! It's a historical thing. Make this a void.