aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/list.h')
-rw-r--r--src/openvpn/list.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/openvpn/list.h b/src/openvpn/list.h
index 94d14f2..18afc54 100644
--- a/src/openvpn/list.h
+++ b/src/openvpn/list.h
@@ -33,8 +33,6 @@
* client instances over various key spaces.
*/
-/* define this to enable special list test mode */
-/*#define LIST_TEST*/
#include "basic.h"
#include "buffer.h"
@@ -114,11 +112,6 @@ void hash_iterator_free(struct hash_iterator *hi);
uint32_t hash_func(const uint8_t *k, uint32_t length, uint32_t initval);
-#ifdef LIST_TEST
-void list_test(void);
-
-#endif
-
static inline uint32_t
hash_value(const struct hash *hash, const void *key)
{