From 5dcba7458e9360e61d37bd77c871339716814d55 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 15 Jul 2016 04:32:11 +0000 Subject: Remove redundant `return`. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@275528 91177308-0d34-0410-b5e6-96231b3b80d8 --- ELF/LinkerScript.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ELF/LinkerScript.cpp b/ELF/LinkerScript.cpp index 65265fb47..a186d97ae 100644 --- a/ELF/LinkerScript.cpp +++ b/ELF/LinkerScript.cpp @@ -150,7 +150,6 @@ uint64_t ExprParser::apply(StringRef Op, uint64_t L, uint64_t R) { if (Op == "&") return L & R; llvm_unreachable("invalid operator"); - return 0; } // This is a part of the operator-precedence parser. -- cgit v1.2.3