Remove unused variable.

llvm-svn: 31382
This commit is contained in:
Reid Spencer 2006-11-02 20:55:40 +00:00
parent 2a82686563
commit 9ec8a7555b
1 changed files with 0 additions and 1 deletions

View File

@ -1508,7 +1508,6 @@ private:
// Extract the basic information.
const std::string &Name = MemberDesc->getName();
TypeDesc *MemTy = MemberDesc->getFromType();
uint64_t Size = MemberDesc->getSize();
uint64_t Align = MemberDesc->getAlign();
uint64_t Offset = MemberDesc->getOffset();