aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2017-06-07 06:52:58 +0000
committerGalina Kistanova <gkistanova@gmail.com>2017-06-07 06:52:58 +0000
commitd261ff94bd15ed05ef03cce9683336408fa6d528 (patch)
tree639c057c91737709caa67b27c2fe0b58c53477de /lib
parent216ce7b2a827826d13b2cef4c51c4ad7d2b9d7be (diff)
Removed the redundant comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@304874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Core/SymbolTable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Core/SymbolTable.cpp b/lib/Core/SymbolTable.cpp
index 2474dcf4a..583c65acb 100644
--- a/lib/Core/SymbolTable.cpp
+++ b/lib/Core/SymbolTable.cpp
@@ -161,7 +161,6 @@ bool SymbolTable::addByName(const Atom &newAtom) {
llvm::errs() << "Size mismatch: "
<< existing->name() << " (" << existingSize << ") "
<< newAtom.name() << " (" << newSize << ")\n";
- // fallthrough
LLVM_FALLTHROUGH;
}
case MCR_Error: