about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2020-10-12 03:44:34 +0200
committervanhauser-thc <vh@thc.org>2020-10-12 03:44:34 +0200
commitb7e0490bcdaa7fa792a9dccfa5983e03af92730e (patch)
treeeff0ab5816a4188f2dcfa279fe2cf91e680af6dd /include/config.h
parentc03fbcedaa68db5324423975a34331287426f7c2 (diff)
downloadafl++-b7e0490bcdaa7fa792a9dccfa5983e03af92730e.tar.gz
Revert "Merge branch 'memcache_marc' into dev"
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing
changes made to dab017dddaaab6d836a590f7bba3eea3549758d2.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/config.h b/include/config.h
index 3f498275..7dd045e3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -295,15 +295,6 @@
 
 #define RESEED_RNG 100000
 
-/* The amount of entries in the testcase cache, held in memory.
-Decrease if RAM usage is high. */
-#define TESTCASE_CACHE_SIZE 3072
-
-#if TESTCASE_CACHE_SIZE < 4
-  #error \
-      "Dangerously low cache size: Set TESTCASE_CACHE_SIZE to 4 or more in config.h!"
-#endif
-
 /* Maximum line length passed from GCC to 'as' and used for parsing
    configuration files: */