about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-12-15 20:43:18 +0100
committervanhauser-thc <vh@thc.org>2021-12-15 20:43:18 +0100
commit9f911bf0bdad0c2283ad880d6ea83f586dd5b510 (patch)
treece98e379bd8820d3a533283283c94d7e8cda4823 /src/afl-fuzz-bitmap.c
parent88814be474e9b842ad1859d806631d427cb349de (diff)
downloadafl++-9f911bf0bdad0c2283ad880d6ea83f586dd5b510.tar.gz
cleanup of TIMES macro
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c
index 2d88896f..7a236005 100644
--- a/src/afl-fuzz-bitmap.c
+++ b/src/afl-fuzz-bitmap.c
@@ -167,13 +167,6 @@ const u8 count_class_lookup8[256] = {
 
 };
 
-#undef TIMES255
-#undef TIMES64
-#undef TIMES32
-#undef TIMES16
-#undef TIMES8
-#undef TIMES4
-
 u16 count_class_lookup16[65536];
 
 void init_count_class16(void) {