diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2012-12-20 14:21:00 +0100 |
---|---|---|
committer | hjk <qthjk@ovi.com> | 2012-12-20 14:50:04 +0100 |
commit | d2bb1fb8c36ab118bf7f2e500f4477084e64775c (patch) | |
tree | 755240a922b65f730506c1a275257741801e2a7d /src/plugins/debugger/debuggerrunner.cpp | |
parent | 0cac83af8b3fe4421bd974f73bbb807b5aa7f7b7 (diff) | |
download | qt-creator-d2bb1fb8c36ab118bf7f2e500f4477084e64775c.tar.gz |
Debugger: Remove superfluous Q_UNUSED
The variable is actually used.
Change-Id: I4b0510b2bad9d3f3f49609dcac5b314da5769c1e
Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerrunner.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerrunner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 565462c73a..7602190944 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -596,8 +596,6 @@ static bool fixupEngineTypes(DebuggerStartParameters &sp, RunConfiguration *rc, DebuggerRunControl *DebuggerRunControlFactory::doCreate (const DebuggerStartParameters &sp0, RunConfiguration *rc, QString *errorMessage) { - Q_UNUSED(errorMessage); - TaskHub *th = ProjectExplorerPlugin::instance()->taskHub(); th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_DEBUGINFO)); th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_TEST)); |