diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-12-13 11:41:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-13 06:48:45 -0800 |
commit | 23eeee08d6a22de197b17e791508ddcb3a953dc7 (patch) | |
tree | 5e8114b36c2b86b1f86e7d0d6f94ebf250d76e1e /commit-reach.c | |
parent | 714c134dd6f29d23b46cb85cd8bd82a2ce894c65 (diff) |
Makefile: drop -DSUPPRESS_ANNOTATED_LEAKS
The -DSUPPRESS_ANNOTATED_LEAKS preprocessor directive was used to enable
our `UNLEAK()` macro in the past, which marks memory as still-reachable
so that the leak sanitizer does not complain. Starting with 52c7dbd036
(git-compat-util: drop now-unused `UNLEAK()` macro, 2024-11-20) this
macro has been removed, and thus the preprocessor directive is not
required anymore, either.
Drop it.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-reach.c')
0 files changed, 0 insertions, 0 deletions