summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Driver.cpp')
-rw-r--r--lld/ELF/Driver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp
index 5999fc21533..35d092ea765 100644
--- a/lld/ELF/Driver.cpp
+++ b/lld/ELF/Driver.cpp
@@ -404,7 +404,6 @@ static GnuStackKind getZGnuStack(opt::InputArgList &args) {
return GnuStackKind::None;
}
- // default
return GnuStackKind::NoExec;
}
OpenPOWER on IntegriCloud