]> git.ipfire.org Git - thirdparty/git.git/commit
commit-reach: remove unused nonstale_queue dedup wrappers
authorKristofer Karlsson <krka@spotify.com>
Wed, 24 Jun 2026 12:14:12 +0000 (12:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 16:58:50 +0000 (09:58 -0700)
commit599bbde368bb2c138b33036002b2807af1eee834
tree5a646ca942e135922fedd6143825cf901718f7d9
parentbafb80850a81c59f4a8aa34d13d850598bbb9b01
commit-reach: remove unused nonstale_queue dedup wrappers

nonstale_queue_put_dedup() and nonstale_queue_get_dedup() became
unused after the previous commit. The core nonstale_queue functions
remain in use by ahead_behind().

Signed-off-by: Kristofer Karlsson <krka@spotify.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-reach.c