aboutsummaryrefslogtreecommitdiff
path: root/match.h
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.h
parentf3954ac151721dbc190f18fad054829c7f76c92e (diff)
Removing DEBUG_HEAP, just do a full cleanup all the time
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/match.h b/match.h
index 8c9b812..3b4b9d5 100644
--- a/match.h
+++ b/match.h
@@ -15,10 +15,8 @@ __attribute__((nonnull))
match_t *get_capture(match_t *m, const char **id);
__attribute__((nonnull))
void recycle_if_unused(match_t **at_m);
-#ifdef DEBUG_HEAP
size_t free_all_matches(void);
size_t recycle_all_matches(void);
-#endif
void cache_destroy(void);
#endif