summaryrefslogtreecommitdiff
path: root/honggfuzz.h
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2020-03-25 03:10:46 +0100
committerRobert Swiecki <robert@swiecki.net>2020-03-25 03:10:46 +0100
commit7c4292a2f579f41bd57d734c77e0597a874f7a3a (patch)
tree333408b8ba2dbb2f299ced6b919b55daca0f7ab3 /honggfuzz.h
parentd0efe2c4f5ec27500eae8ddb0885a0e66f67c580 (diff)
downloadhonggfuzz-7c4292a2f579f41bd57d734c77e0597a874f7a3a.tar.gz
input: remove the tested<numTested() semantics, as it can slow down fuzzing a lot
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 dc8fd778..932ea8d2 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -169,7 +169,6 @@ struct dynfile_t {
size_t size;
uint64_t cov[4];
size_t idx;
- size_t tested;
int64_t timeAddedMillis;
char path[PATH_MAX];
TAILQ_ENTRY(dynfile_t) pointers;