Debugger: Remove GdbCommand::callbackName

This was a debugging aid that has not been needed for a while.

Change-Id: Ia79e8e91b6648bdb807836443b01dd325d819640
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
hjk
2015-02-05 22:46:09 +01:00
parent 6a2d6b6d20
commit d9e7a6e6af
6 changed files with 17 additions and 27 deletions

View File

@@ -49,7 +49,7 @@
namespace Debugger {
namespace Internal {
#define CB(callback) [this](const DebuggerResponse &r) { callback(r); }, STRINGIFY(callback)
#define CB(callback) [this](const DebuggerResponse &r) { callback(r); }
///////////////////////////////////////////////////////////////////////
//