summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
-rw-r--r--lld/ELF/LinkerScript.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp
index 57172ffdcfe..8c73e530ba7 100644
--- a/lld/ELF/LinkerScript.cpp
+++ b/lld/ELF/LinkerScript.cpp
@@ -913,7 +913,6 @@ static uint64_t getSectionSize(StringRef Name) {
default:
llvm_unreachable("unsupported target");
}
- return 0;
}
SymbolAssignment *ScriptParser::readAssignment(StringRef Name) {
OpenPOWER on IntegriCloud