summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-05 08:47:24 +0000
committerMike Stump <mrs@apple.com>2009-09-05 08:47:24 +0000
commit6363021ab9a6dca2cc3085d7ae619645f347211c (patch)
treea9fd32ac6e25e8cba82ea06d19f3cbf7ecb3b84d /clang/lib
parent3cdb05142503abbeaba728f3dc3ab74dda98a3d3 (diff)
downloadbcm5719-llvm-6363021ab9a6dca2cc3085d7ae619645f347211c.tar.gz
bcm5719-llvm-6363021ab9a6dca2cc3085d7ae619645f347211c.zip
Cleanups.
llvm-svn: 81075
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/CodeGen/CGCXX.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp
index c054871c8f8..ed4bd4b0735 100644
--- a/clang/lib/CodeGen/CGCXX.cpp
+++ b/clang/lib/CodeGen/CGCXX.cpp
@@ -1085,8 +1085,6 @@ public:
const CXXRecordDecl *PrimaryBase = Layout.getPrimaryBase();
const bool PrimaryBaseWasVirtual = Layout.getPrimaryBaseWasVirtual();
- std::vector<llvm::Constant *> offsets;
-
// vtables are composed from the chain of primaries.
if (PrimaryBase) {
if (PrimaryBaseWasVirtual)
OpenPOWER on IntegriCloud