forked from qt-creator/qt-creator
Debugger: Remove unused struct ConditionalBreakPointCookie
Change-Id: Ib2eeba127780a80953dc128f844fda7a48b1dd0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -178,19 +178,11 @@ struct MemoryChangeCookie
|
||||
QByteArray data;
|
||||
};
|
||||
|
||||
struct ConditionalBreakPointCookie
|
||||
{
|
||||
ConditionalBreakPointCookie(BreakpointModelId i = BreakpointModelId()) : id(i) {}
|
||||
BreakpointModelId id;
|
||||
GdbMi stopReason;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::MemoryViewCookie)
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::MemoryChangeCookie)
|
||||
Q_DECLARE_METATYPE(Debugger::Internal::ConditionalBreakPointCookie)
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
Reference in New Issue
Block a user