From: Chris Lattner Date: Sun, 13 Feb 2005 17:54:21 +0000 (+0000) Subject: Nuke blank line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1117bb0e9911e5f0fbdadafc08189a515be4ede5;p=oota-llvm.git Nuke blank line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20154 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp index e5191be198b..71fb1cd43ff 100644 --- a/lib/VMCore/SymbolTable.cpp +++ b/lib/VMCore/SymbolTable.cpp @@ -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());