Qt: Remove leftover code from GDB fixup
Jeffrey Pfau jeffrey@endrift.com
Mon, 19 Jan 2015 03:21:11 -0800
1 files changed,
0 insertions(+),
2 deletions(-)
M
src/platform/qt/GDBController.cpp
→
src/platform/qt/GDBController.cpp
@@ -47,8 +47,6 @@ void GDBController::detach() {
if (!isAttached()) { return; } - SocketSetBlocking(m_gdbStub.socket, false); - SocketSetBlocking(m_gdbStub.connection, false); m_gameController->threadInterrupt(); GDBStubShutdown(&m_gdbStub); m_gameController->setDebugger(nullptr);