Debugger: Remove unused BreakHandler::setBreakpointEnabled()

Change-Id: Ie7ef810e72b3d02663b425c687407cdd2b0cea52
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-10-22 13:02:02 +02:00
parent 0eb8c95c77
commit dbacbffa7c
2 changed files with 0 additions and 7 deletions

View File

@@ -257,7 +257,6 @@ public:
// Convenience.
void setWatchpointAtAddress(quint64 address, unsigned size);
void setWatchpointAtExpression(const QString &exp);
void setBreakpointEnabled(const Breakpoint &bp, bool on);
void updateDisassemblerMarker(const Breakpoint &bp);
void removeDisassemblerMarker(const Breakpoint &bp);