Nuke blank line.

llvm-svn: 20154
This commit is contained in:
Chris Lattner 2005-02-13 17:54:21 +00:00
parent 08a5eb3cf0
commit 8d54dd37c9
1 changed files with 0 additions and 1 deletions

View File

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