mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
Remove unused var
llvm-svn: 14033
This commit is contained in:
parent
f609ec6329
commit
cf111f5951
@ -111,7 +111,6 @@ Value *SymbolTable::removeEntry(plane_iterator Plane, value_iterator Entry) {
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user