diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h index 989c3528c89..a8c2f27e7a6 100644 --- a/src/plugins/debugger/breakpoint.h +++ b/src/plugins/debugger/breakpoint.h @@ -72,9 +72,6 @@ private: quint16 m_minorPart; }; -QDebug operator<<(QDebug d, const BreakpointModelId &id); - - ////////////////////////////////////////////////////////////////// // // BreakpointResponseId diff --git a/src/plugins/debugger/memoryagent.cpp b/src/plugins/debugger/memoryagent.cpp index 6a532a6ed48..8f9ffd4449b 100644 --- a/src/plugins/debugger/memoryagent.cpp +++ b/src/plugins/debugger/memoryagent.cpp @@ -303,4 +303,4 @@ quint64 MemoryAgent::readInferiorPointerValue(const unsigned char *data, const P } // namespace Internal } // namespace Debugger -; +