diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-21 09:11:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-21 09:11:59 +0000 |
commit | c7bced47fd68beee14cbc7ea7074cf524e666deb (patch) | |
tree | b5c9d2b600717761ded2109d9fa0ff9f799627af /lib/CodeGen/Mangle.cpp | |
parent | 1308af913ecd176341caa506d8dfb637e1b25486 (diff) |
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Mangle.cpp')
-rw-r--r-- | lib/CodeGen/Mangle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/Mangle.cpp b/lib/CodeGen/Mangle.cpp index 095fb45fd8..7b4ac987ec 100644 --- a/lib/CodeGen/Mangle.cpp +++ b/lib/CodeGen/Mangle.cpp @@ -36,7 +36,6 @@ class VISIBILITY_HIDDEN CXXNameMangler { const CXXMethodDecl *Structor; unsigned StructorType; - CXXCtorType CtorType; llvm::DenseMap<uintptr_t, unsigned> Substitutions; |