about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-03-16 09:08:23 +0100
committerGitHub <noreply@github.com>2021-03-16 09:08:23 +0100
commit73641be796feece877a8f141c6351ffb62e596f0 (patch)
tree2c2667cf8642a7f594a24e760af9aed49aa8c656 /include/common.h
parentff9f3fbe96a6be905e6607493e831c1957460e0b (diff)
parent01ad7610beaf772063c9011daae5fa3a3232494c (diff)
downloadafl++-73641be796feece877a8f141c6351ffb62e596f0.tar.gz
Merge pull request #819 from realmadsci/qemu-consistent-preload
Remove AFL_PRELOAD and AFL_USE_QASAN handlers
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index cd728536..b7adbaec 100644
--- a/include/common.h
+++ b/include/common.h
@@ -48,7 +48,6 @@ void   argv_cpy_free(char **argv);
 char **get_qemu_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char * get_afl_env(char *env);
-u8 *   get_libqasan_path(u8 *own_loc);
 
 extern u8  be_quiet;
 extern u8 *doc_path;                    /* path to documentation dir        */