mirror of https://github.com/mgba-emu/mgba.git
Qt: Remove leftover code from GDB fixup
This commit is contained in:
parent
2400b760c8
commit
ca3566de8c
|
@ -47,8 +47,6 @@ void GDBController::detach() {
|
||||||
if (!isAttached()) {
|
if (!isAttached()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
SocketSetBlocking(m_gdbStub.socket, false);
|
|
||||||
SocketSetBlocking(m_gdbStub.connection, false);
|
|
||||||
m_gameController->threadInterrupt();
|
m_gameController->threadInterrupt();
|
||||||
GDBStubShutdown(&m_gdbStub);
|
GDBStubShutdown(&m_gdbStub);
|
||||||
m_gameController->setDebugger(nullptr);
|
m_gameController->setDebugger(nullptr);
|
||||||
|
|
Loading…
Reference in New Issue