about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index fdfe3789..87e6dcff 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -610,8 +610,7 @@ typedef struct afl_state {
 
   /* this is a fixed buffer of size map_size that can be used by any function if they do not call another function */
   u8 *   map_tmp_buf;
-  size_t map_tmp_len;
-  
+
 } afl_state_t;
 
 /* A global pointer to all instances is needed (for now) for signals to arrive