facebookexperimental/object-introspection

`contTargetThread()` returns a bool but needs to be void

Opened this issue · 0 comments

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.