Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
44258cc2
Commit
44258cc2
authored
May 17, 2013
by
Stephen Kelly
Browse files
Remove unused typedef.
parent
0a4d7d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmGeneratorExpressionEvaluator.cxx
View file @
44258cc2
...
...
@@ -1183,7 +1183,6 @@ GeneratorExpressionContent::~GeneratorExpressionContent()
deleteAll
(
this
->
IdentifierChildren
);
typedef
std
::
vector
<
cmGeneratorExpressionEvaluator
*>
EvaluatorVector
;
typedef
std
::
vector
<
cmGeneratorExpressionToken
>
TokenVector
;
std
::
vector
<
EvaluatorVector
>::
const_iterator
pit
=
this
->
ParamChildren
.
begin
();
const
std
::
vector
<
EvaluatorVector
>::
const_iterator
pend
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment