diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-20 15:43:54 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-20 15:43:54 +0100 |
commit | b786558dea5fd5dca471a0e36a8b420ff6a65846 (patch) | |
tree | f7055992a36cc143a00fab61dea7f652cc174432 /instrumentation/afl-llvm-common.h | |
parent | ebaac23a514cd3950d4a6cb597bd921e13ab9baa (diff) | |
download | afl++-b786558dea5fd5dca471a0e36a8b420ff6a65846.tar.gz |
Revert "LLVM cmplog factoring custom Instruction iterator with added restriction"
This reverts commit 8bc3fa1df286aac46a0a724f64e2e07010d2497e.
Diffstat (limited to 'instrumentation/afl-llvm-common.h')
-rw-r--r-- | instrumentation/afl-llvm-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/instrumentation/afl-llvm-common.h b/instrumentation/afl-llvm-common.h index 8b8dc756..0112c325 100644 --- a/instrumentation/afl-llvm-common.h +++ b/instrumentation/afl-llvm-common.h @@ -9,7 +9,6 @@ #include <string> #include <fstream> #include <optional> -#include <type_traits> #include <sys/time.h> #include "llvm/Config/llvm-config.h" @@ -54,7 +53,6 @@ void initInstrumentList(); bool isInInstrumentList(llvm::Function *F, std::string Filename); unsigned long long int calculateCollisions(uint32_t edges); void scanForDangerousFunctions(llvm::Module *M); -template<class Iterator> Iterator Unique(Iterator, Iterator); #ifndef IS_EXTERN #define IS_EXTERN |