forked from qt-creator/qt-creator
ProjectExplorer: Remove unused member
All usages were removed in 962ba86d0f
Change-Id: Ic86278f0b716f909e7d9c39fc13e946d141d4a8c
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -99,7 +99,6 @@ private:
|
|||||||
ProcessParameters m_param;
|
ProcessParameters m_param;
|
||||||
bool m_ignoreReturnValue;
|
bool m_ignoreReturnValue;
|
||||||
Utils::QtcProcess *m_process;
|
Utils::QtcProcess *m_process;
|
||||||
QEventLoop *m_eventLoop;
|
|
||||||
ProjectExplorer::IOutputParser *m_outputParserChain;
|
ProjectExplorer::IOutputParser *m_outputParserChain;
|
||||||
bool m_killProcess;
|
bool m_killProcess;
|
||||||
bool m_skipFlush;
|
bool m_skipFlush;
|
||||||
|
|||||||
Reference in New Issue
Block a user