Skip to content
Snippets Groups Projects
Commit d2bb1fb8 authored by Kai Koehne's avatar Kai Koehne Committed by hjk
Browse files

Debugger: Remove superfluous Q_UNUSED


The variable is actually used.

Change-Id: I4b0510b2bad9d3f3f49609dcac5b314da5769c1e
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 0cac83af
No related branches found
No related tags found
No related merge requests found
...@@ -596,8 +596,6 @@ static bool fixupEngineTypes(DebuggerStartParameters &sp, RunConfiguration *rc, ...@@ -596,8 +596,6 @@ static bool fixupEngineTypes(DebuggerStartParameters &sp, RunConfiguration *rc,
DebuggerRunControl *DebuggerRunControlFactory::doCreate DebuggerRunControl *DebuggerRunControlFactory::doCreate
(const DebuggerStartParameters &sp0, RunConfiguration *rc, QString *errorMessage) (const DebuggerStartParameters &sp0, RunConfiguration *rc, QString *errorMessage)
{ {
Q_UNUSED(errorMessage);
TaskHub *th = ProjectExplorerPlugin::instance()->taskHub(); TaskHub *th = ProjectExplorerPlugin::instance()->taskHub();
th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_DEBUGINFO)); th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_DEBUGINFO));
th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_TEST)); th->clearTasks(Core::Id(Debugger::Constants::TASK_CATEGORY_DEBUGGER_TEST));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment