Remove various bits of dead code. These are unrelated things that I've spotted here & there recently. Submitted now to clear out this batch of dead code removal before it gets any larger. Ævar Arnfjörð Bjarmason (6): xdiff/xmacros.h: remove unused XDL_PTRFREE pack-bitmap-write: remove unused bitmap_reset() function object-store.h: remove unused has_sha1_file*() alloc.[ch]: remove alloc_report() function strbuf: remove unused istarts_with() function json-writer.[ch]: remove unused formatting functions alloc.c | 19 --------------- alloc.h | 1 - .../coccinelle/the_repository.pending.cocci | 15 ------------ ewah/bitmap.c | 5 ---- ewah/ewok.h | 1 - git-compat-util.h | 1 - json-writer.c | 24 ------------------- json-writer.h | 3 --- object-store.h | 4 ---- strbuf.c | 9 ------- xdiff/xmacros.h | 1 - 11 files changed, 83 deletions(-) -- 2.34.0.817.gb03b3d32691