diff options
-rw-r--r-- | lld/ELF/Driver.cpp | 1 |
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; } |