Debugger: Remove two unused functions from cdbparsehelpers

Change-Id: I63865dd975e981c6c3ed49708e2b81e7e5b1ce0c
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
hjk
2015-09-11 15:59:58 +02:00
parent 4345b37bf1
commit 04cc526630
2 changed files with 0 additions and 12 deletions

View File

@@ -62,9 +62,7 @@ enum { cdbBreakPointStartId = 100000,
int breakPointIdToCdbId(const BreakpointModelId &id);
BreakpointModelId cdbIdToBreakpointModelId(const GdbMi &id);
BreakpointModelId cdbIdToBreakpointModelId(int id);
BreakpointResponseId cdbIdToBreakpointResponseId(const GdbMi &id);
BreakpointResponseId cdbIdToBreakpointResponseId(int id);
// Convert breakpoint in CDB syntax (applying source path mappings using native paths).
QByteArray cdbAddBreakpointCommand(const BreakpointParameters &d,