aboutsummaryrefslogtreecommitdiff
path: root/match.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-30 13:38:39 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-30 13:38:39 -0700
commitad640caac60bcb000ea0647b77f809a714aaaad2 (patch)
treea313e6890501062616f42f56cde7ff0cbbf076f7 /match.c
parentf3954ac151721dbc190f18fad054829c7f76c92e (diff)
Removing DEBUG_HEAP, just do a full cleanup all the time
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/match.c b/match.c
index 62ad3fd..2531163 100644
--- a/match.c
+++ b/match.c
@@ -763,7 +763,6 @@ void recycle_if_unused(match_t **at_m)
*at_m = NULL;
}
-#ifdef DEBUG_HEAP
//
// Force all match objects into the pool of unused match objects.
//
@@ -796,6 +795,5 @@ size_t free_all_matches(void)
}
return count;
}
-#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1