diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-08-23 16:12:29 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-23 08:04:46 -0700 |
commit | afdafade1acc9f59d11a453aa9c974fcb327830f (patch) | |
tree | cb3c89deced55fb11daaf70ee02dbf9ebb51f465 /git-gui/lib/commit.tcl | |
parent | f975a3a38c060b14370c10fddef94d49e00593da (diff) |
reftable/blocksource: drop malloc block source
The reftable blocksource provides a generic interface to read blocks via
different sources, e.g. from disk or from memory. One of the block
sources is the malloc block source, which can in theory read data from
memory. We nowadays also have a strbuf block source though, which
provides essentially the same functionality with better ergonomics.
Adapt the only remaining user of the malloc block source in our tests
to use the strbuf block source, instead, and remove the now-unused
malloc block source.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions