Mark some extended commands as no-fuzzer

... instead of checking the fuzzer being on in the commands themselves.
This commit is contained in:
Pasi Kallinen
2021-07-08 11:35:40 +03:00
parent 57cfcd9ed0
commit 491adc6a69
5 changed files with 31 additions and 34 deletions

View File

@@ -327,8 +327,6 @@ done1(int sig_unused UNUSED)
int
done2(void)
{
if (iflags.debug_fuzzer)
return 0;
if (!paranoid_query(ParanoidQuit, "Really quit?")) {
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);