MacroExpander: Remove unused method and include

Change-Id: I6f0d9656efcea7bcaf6552ae20bd9cd0acbe46f6
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-11-05 17:35:24 +01:00
parent cf45c854e0
commit e5a174a353
3 changed files with 5 additions and 9 deletions

View File

@@ -29,10 +29,11 @@
****************************************************************************/
#include "macroexpander.h"
#include "qtcassert.h"
#include "qtcprocess.h"
#include "algorithm.h"
#include "qtcassert.h"
#include "qtcprocess.h"
#include "stringutils.h"
#include <QCoreApplication>
#include <QDebug>
@@ -417,11 +418,6 @@ MacroExpanders MacroExpander::subExpanders() const
return expanders;
}
AbstractMacroExpander *MacroExpander::abstractExpander() const
{
return d;
}
QString MacroExpander::displayName() const
{
return d->m_displayName;