about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-09 21:58:39 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-09 21:58:39 +0100
commite04d2a6efab8c6501870961a0b4be35afddc45ae (patch)
treeb72928826742f76076c833601ed263b9fa1a2385 /src
parent1136e887bdf77ed64bd3eac28bf7f86705dd2a6d (diff)
downloadafl++-e04d2a6efab8c6501870961a0b4be35afddc45ae.tar.gz
removed unused vars
Diffstat (limited to 'src')
-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.
  */