Remove unused variables.

llvm-svn: 25576
This commit is contained in:
Jeff Cohen 2006-01-24 04:42:53 +00:00
parent 22b692f219
commit b56a80061a
1 changed files with 0 additions and 3 deletions

View File

@ -875,9 +875,6 @@ void DIE::AddChild(DIE *Child) {
DIE *DWContext::NewBasicType(const Type *Ty, unsigned Size, unsigned Align) {
DIE *TypeDie = Types[Ty];
char *Name;
unsigned Encoding;
// If first occurance of type.
if (!TypeDie) {
const char *Name;