MacroExpander: Remove unused typedef and member variable

Change-Id: Ia4c501c6a6d0d56a47493d2bdaccfc9b3499e620
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2016-01-04 14:44:45 +01:00
parent c04361995a
commit 8db4aed945
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ namespace Internal { class MacroExpanderPrivate; }
class MacroExpander;
typedef std::function<MacroExpander *()> MacroExpanderProvider;
typedef QVector<MacroExpander *> MacroExpanders;
typedef QVector<MacroExpanderProvider> MacroExpanderProviders;
class QTCREATOR_UTILS_EXPORT MacroExpander