about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/afl-tmin.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 5d5ea477..a66dfd43 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -88,14 +88,6 @@ static u8 qemu_mode;
  * forkserver section
  */
 
-/* we only need this to use afl-forkserver */
-FILE* plot_file;
-u8    uses_asan;
-s32   out_fd = -1, out_dir_fd = -1, dev_urandom_fd = -1;
-
-/* we import this as we need this information */
-extern u8 child_timed_out;
-
 /* Classify tuple counts. This is a slow & naive version, but good enough here.
  */