diff options
| author | Mike Stump <mrs@apple.com> | 2009-09-05 08:47:24 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-09-05 08:47:24 +0000 |
| commit | 6363021ab9a6dca2cc3085d7ae619645f347211c (patch) | |
| tree | a9fd32ac6e25e8cba82ea06d19f3cbf7ecb3b84d /clang | |
| parent | 3cdb05142503abbeaba728f3dc3ab74dda98a3d3 (diff) | |
| download | bcm5719-llvm-6363021ab9a6dca2cc3085d7ae619645f347211c.tar.gz bcm5719-llvm-6363021ab9a6dca2cc3085d7ae619645f347211c.zip | |
Cleanups.
llvm-svn: 81075
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/CodeGen/CGCXX.cpp | 2 |
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) |

