diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-21 16:25:11 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-21 16:25:11 +0000 |
commit | 45db71d295cfda888a6187d950bba695ce21a287 (patch) | |
tree | 8c6c2ed34e2f6bdb7cee25449494e433f2659c2a /lib/Parse/ParseDecl.cpp | |
parent | 8593c7810fba6548679e7c89d8eaccebf4d5ec20 (diff) |
Merge the ASTVector and ASTOwningVector templates, since they offered
redundant functionality. The result (ASTOwningVector) lives in
clang/Parse/Ownership.h and is used by both the parser and semantic
analysis. No intended functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 4c2a77e7d0..0a33d7daa0 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -15,7 +15,6 @@ #include "clang/Parse/ParseDiagnostic.h" #include "clang/Parse/Scope.h" #include "ExtensionRAIIObject.h" -#include "AstGuard.h" #include "llvm/ADT/SmallSet.h" using namespace clang; |