forked from qt-creator/qt-creator
debugger: remove unneeded variable
This commit is contained in:
@@ -192,8 +192,6 @@ using namespace Constants;
|
||||
using namespace Debugger::Internal;
|
||||
using namespace TextEditor;
|
||||
|
||||
static const QString tooltipIName = "tooltip";
|
||||
|
||||
const char *DebuggerManager::stateName(int s)
|
||||
{
|
||||
#define SN(x) case x: return #x;
|
||||
|
||||
Reference in New Issue
Block a user