From e1cacce40096f874801149fb029ec79bfb2ee35a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 5 Jun 2004 00:03:27 +0000 Subject: Remove unused var git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14033 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/SymbolTable.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/VMCore/SymbolTable.cpp') diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp index 9e6a77b..13bbef1 100644 --- a/lib/VMCore/SymbolTable.cpp +++ b/lib/VMCore/SymbolTable.cpp @@ -111,7 +111,6 @@ Value *SymbolTable::removeEntry(plane_iterator Plane, value_iterator Entry) { Value *Result = Entry->second; assert(!isa(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"; -- cgit v1.1