Refactoring: Removed unused variable _xmllist
This commit is contained in:
parent
9c17114668
commit
05c4138b2f
|
@ -169,8 +169,6 @@ private:
|
||||||
|
|
||||||
/** @brief Current preprocessor configuration */
|
/** @brief Current preprocessor configuration */
|
||||||
std::string cfg;
|
std::string cfg;
|
||||||
|
|
||||||
std::list<std::string> _xmllist;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in New Issue