diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-26 02:52:41 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-26 02:52:41 +0000 |
commit | aced95a0b0da1beddf77d5258a22a59d66f202c4 (patch) | |
tree | c09dd8cf1b103c24fcd0dd9ec9603bc2769fbb35 /clang/lib/CodeGen/CGClass.cpp | |
parent | 33ca18fdcfc768e7c6d1d2cc39968ae929436213 (diff) | |
download | bcm5719-llvm-aced95a0b0da1beddf77d5258a22a59d66f202c4.tar.gz bcm5719-llvm-aced95a0b0da1beddf77d5258a22a59d66f202c4.zip |
Remove some unused locals
llvm-svn: 195714
Diffstat (limited to 'clang/lib/CodeGen/CGClass.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGClass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGClass.cpp b/clang/lib/CodeGen/CGClass.cpp index 4848d7565d4..27aefe482f2 100644 --- a/clang/lib/CodeGen/CGClass.cpp +++ b/clang/lib/CodeGen/CGClass.cpp @@ -1504,7 +1504,6 @@ void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, } // Destroy direct fields. - SmallVector<const FieldDecl *, 16> FieldDecls; for (CXXRecordDecl::field_iterator I = ClassDecl->field_begin(), E = ClassDecl->field_end(); I != E; ++I) { const FieldDecl *field = *I; |