Qt: Remove leftover code from GDB fixup

This commit is contained in:
Jeffrey Pfau 2015-01-19 03:21:11 -08:00
parent 2400b760c8
commit ca3566de8c
1 changed files with 0 additions and 2 deletions

View File

@ -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);