aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/VMCore/SymbolTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/SymbolTable.cpp b/lib/VMCore/SymbolTable.cpp
index e5191be..71fb1cd 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());