mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 10:31:03 -06:00
Remove unused typedef.
This commit is contained in:
@@ -1183,7 +1183,6 @@ GeneratorExpressionContent::~GeneratorExpressionContent()
|
|||||||
deleteAll(this->IdentifierChildren);
|
deleteAll(this->IdentifierChildren);
|
||||||
|
|
||||||
typedef std::vector<cmGeneratorExpressionEvaluator*> EvaluatorVector;
|
typedef std::vector<cmGeneratorExpressionEvaluator*> EvaluatorVector;
|
||||||
typedef std::vector<cmGeneratorExpressionToken> TokenVector;
|
|
||||||
std::vector<EvaluatorVector>::const_iterator pit =
|
std::vector<EvaluatorVector>::const_iterator pit =
|
||||||
this->ParamChildren.begin();
|
this->ParamChildren.begin();
|
||||||
const std::vector<EvaluatorVector>::const_iterator pend =
|
const std::vector<EvaluatorVector>::const_iterator pend =
|
||||||
|
|||||||
Reference in New Issue
Block a user