[ELF] Delete redundant comment after D56554. NFC

This commit is contained in:
Fangrui Song 2019-10-29 10:00:46 -07:00
parent 2a0fcae3d4
commit 94bfa6deb0

View File

@ -404,7 +404,6 @@ static GnuStackKind getZGnuStack(opt::InputArgList &args) {
return GnuStackKind::None;
}
// default
return GnuStackKind::NoExec;
}