summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2020-04-27 13:38:24 +0200
committerRobert Swiecki <robert@swiecki.net>2020-04-27 13:38:24 +0200
commita696e0ba9cf58e31d006c46a6933f9cd56ee2cf8 (patch)
treeb3c9f7220083a4c0d89d8318b57dbd533b10fb97 /honggfuzz.h
parent76385987d72a7496ce65811f64d337cf636aead3 (diff)
downloadhonggfuzz-a696e0ba9cf58e31d006c46a6933f9cd56ee2cf8.tar.gz
Makefile: switch from c11 to c17 which is default (except 'gnu') for modern gcc/clang
Diffstat (limited to 'honggfuzz.h')
-rw-r--r--honggfuzz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/honggfuzz.h b/honggfuzz.h
index 8d23850f..e491df7d 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -360,7 +360,6 @@ typedef struct {
bool staticFileTryMore;
uint32_t fuzzNo;
int persistentSock;
- bool waitingForReady;
runState_t runState;
bool tmOutSignaled;
char* args[_HF_ARGS_MAX + 1];