diff --git a/src/plugins/projectexplorer/buildmanager.cpp b/src/plugins/projectexplorer/buildmanager.cpp index c84d48cc67a..e03cadfdf4c 100644 --- a/src/plugins/projectexplorer/buildmanager.cpp +++ b/src/plugins/projectexplorer/buildmanager.cpp @@ -81,7 +81,6 @@ struct BuildManagerPrivate { QList m_buildQueue; QStringList m_stepNames; - QStringList m_configurations; // the corresponding configuration to the m_buildQueue ProjectExplorerPlugin *m_projectExplorerPlugin; bool m_running; QFutureWatcher m_watcher;