]> Kevux Git Server - rit/commit
alloc.[ch]: remove alloc_report() function
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 31 Mar 2022 01:45:55 +0000 (03:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 17:16:11 +0000 (10:16 -0700)
commit0b75e5bf22d6c2ad0589990613478277a7a48c6f
tree0afde9822cd7c0087b8431c385076104a2552d6a
parent89ef49b30c09a0a8c96a59bbbb38065f89319af3
alloc.[ch]: remove alloc_report() function

The alloc_report() function has been orphaned since its introduction
in 855419f764a (Add specialized object allocator, 2006-06-19), it
appears to have been used for demonstration purposes in that commit
message.

These might be handy to manually use in a debugger, but keeping them
and the "count" member of "alloc_state" just for that doesn't seem
worth it.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
alloc.c
alloc.h