summaryrefslogtreecommitdiffstats
path: root/src/tests/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/common.h')
-rw-r--r--src/tests/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/common.h b/src/tests/common.h
index c0ceebfbf..ac9ba4026 100644
--- a/src/tests/common.h
+++ b/src/tests/common.h
@@ -34,11 +34,6 @@
extern TALLOC_CTX *global_talloc_context;
-#define check_leaks(ctx, bytes) _check_leaks((ctx), (bytes), __location__)
-bool _check_leaks(TALLOC_CTX *ctx,
- size_t bytes,
- const char *location);
-
void check_leaks_push(TALLOC_CTX *ctx);
#define check_leaks_pop(ctx) _check_leaks_pop((ctx), __location__)