forked from qt-creator/qt-creator
Debugger: Remove unused DebuggerEngine::isSynchronous
Change-Id: Ia1eb3a65fabbf966a1766d68456144fd9e093ae8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user