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

@@ -70,7 +70,6 @@ private:
void gotoLocation(const Internal::Location &location) override;
void insertBreakpoint(Breakpoint bp) override;
bool isSynchronous() const override { return false; }
bool canDisplayTooltip() const override { return false; }
void resetLocation() override;