diff options
author | van Hauser <vh@thc.org> | 2021-12-16 12:40:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 12:40:35 +0100 |
commit | 74a8f145e09d0361d8f576eb3f2e8881b6116f18 (patch) | |
tree | 42a51b12f3a018e729cca0826feccd49f5536e2e /src/afl-fuzz-bitmap.c | |
parent | 02fba1cc7e8709c8e0961454136a64f373e4f9ff (diff) | |
parent | 3cb7319ccdb98dcc6b023dbead603a4450ac4541 (diff) | |
download | afl++-74a8f145e09d0361d8f576eb3f2e8881b6116f18.tar.gz |
Merge pull request #1219 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r-- | src/afl-fuzz-bitmap.c | 7 |
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) { |