diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-13 17:54:21 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-13 17:54:21 +0000 |
commit | 1117bb0e9911e5f0fbdadafc08189a515be4ede5 (patch) | |
tree | 083abf6e5d5cababe79e3440f122a8ae4231ef01 /lib/VMCore/SymbolTable.cpp | |
parent | 12945acd4aa40b40b1517bcf785622ab9671893f (diff) |
Nuke blank line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/SymbolTable.cpp')
-rw-r--r-- | lib/VMCore/SymbolTable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp index e5191be198..71fb1cd43f 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()); |