about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-31 18:06:14 +0200
committervan Hauser <vh@thc.org>2020-03-31 18:06:14 +0200
commitd0d5518ea893b62c96d26e48a444fd33af56d27c (patch)
tree949c0c8ebb8991e03bec51a6cb29add9f0bb8702
parent822e75f7c2a6c7a97de7284d70210be54fc6e038 (diff)
downloadafl++-d0d5518ea893b62c96d26e48a444fd33af56d27c.tar.gz
fix gcc
-rw-r--r--gcc_plugin/afl-gcc-fast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c
index 3583345e..fbda08b6 100644
--- a/gcc_plugin/afl-gcc-fast.c
+++ b/gcc_plugin/afl-gcc-fast.c
@@ -41,7 +41,6 @@ static u8 * obj_path;                  /* Path to runtime libraries         */
 static u8 **cc_params;                 /* Parameters passed to the real CC  */
 static u32  cc_par_cnt = 1;            /* Param count, including argv0      */
 u8          use_stdin = 0;                                         /* dummy */
-u8          be_quiet;
 
 /* Try to find the runtime libraries. If that fails, abort. */