mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
The argv_array_detach function (and associated free() function) was really only useful for transferring ownership of the memory to a "struct child_process". Now that we have an internal argv_array in that struct, there are no callers left. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1.4 KiB
1.4 KiB