[llvm-commits] CVS: llvm/lib/VMCore/SymbolTable.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 4 19:08:02 PDT 2004


Changes in directory llvm/lib/VMCore:

SymbolTable.cpp updated: 1.44 -> 1.45

---
Log message:

Remove unused var


---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/VMCore/SymbolTable.cpp
diff -u llvm/lib/VMCore/SymbolTable.cpp:1.44 llvm/lib/VMCore/SymbolTable.cpp:1.45
--- llvm/lib/VMCore/SymbolTable.cpp:1.44	Tue May 25 10:20:47 2004
+++ llvm/lib/VMCore/SymbolTable.cpp	Fri Jun  4 19:03:27 2004
@@ -111,7 +111,6 @@
 
   Value *Result = Entry->second;
   assert(!isa<Type>(Result) && "Can't remove types through this interface.");
-  const Type *Ty = Result->getType();
 #if DEBUG_SYMBOL_TABLE
   dump();
   std::cerr << " Removing Value: " << Result->getName() << "\n";





More information about the llvm-commits mailing list