summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/bodynotinblock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/bodynotinblock.hxx')
-rw-r--r--compilerplugins/clang/store/bodynotinblock.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/bodynotinblock.hxx b/compilerplugins/clang/store/bodynotinblock.hxx
index 872c46b32352..4cce9c189e11 100644
--- a/compilerplugins/clang/store/bodynotinblock.hxx
+++ b/compilerplugins/clang/store/bodynotinblock.hxx
@@ -29,7 +29,6 @@ class BodyNotInBlock
bool VisitForStmt( const ForStmt* stmt );
bool VisitCXXForRangeStmt( const CXXForRangeStmt* stmt );
private:
- typedef std::vector< const Stmt* > StmtParents;
void checkBody( const Stmt* body, SourceLocation stmtLocation, int stmtType, bool dontGoUp = false );
};