Debugger: Remove unused DebuggerEngine::isSynchronous

Change-Id: Ia1eb3a65fabbf966a1766d68456144fd9e093ae8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-07-24 12:47:24 +02:00
parent 0a0e56fe3b
commit 00c926b6b4
8 changed files with 0 additions and 17 deletions

View File

@@ -176,8 +176,6 @@ private: ////////// General Interface //////////
void handleStop3();
void resetCommandQueue();
bool isSynchronous() const final { return true; }
// Gdb initialization sequence
void handleShowVersion(const DebuggerResponse &response);
void handleListFeatures(const DebuggerResponse &response);