strbuf: simplify strbuf_expand_literal_cb()
commit4416b86c6b34dad64b556bb1eb6711d5e6595a48
authorRené Scharfe <l.s.r@web.de>
Sat, 17 Jun 2023 20:44:00 +0000 (17 22:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jun 2023 19:55:30 +0000 (18 12:55 -0700)
treed8eae1b68c8afc7556cf2506789e255d4c9817ab
parent6f1e2d52797161c7effe4d1388765de3dbd80bbf
strbuf: simplify strbuf_expand_literal_cb()

Now that strbuf_expand_literal_cb() is no longer used as a callback,
drop its "_cb" name suffix and unused context parameter.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-files.c
builtin/ls-tree.c
pretty.c
strbuf.c
strbuf.h