1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Nuke blank line.

llvm-svn: 20154
This commit is contained in:
Chris Lattner 2005-02-13 17:54:21 +00:00
parent 1194167daa
commit 0ac02cee3c

View File

@ -414,7 +414,6 @@ void SymbolTable::refineAbstractType(const DerivedType *OldType,
}
} else {
insertEntry(V.first, NewType, V.second);
}
// Remove the item from the old type plane
OldPlane.erase(OldPlane.begin());