]> git.ipfire.org Git - thirdparty/git.git/commit
path: drop unused `strbuf_git_path()` function
authorPatrick Steinhardt <ps@pks.im>
Fri, 7 Feb 2025 11:03:31 +0000 (12:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Feb 2025 17:59:22 +0000 (09:59 -0800)
commit7f17900b5ba2569d9d07352be51ce90a249a0b46
treed2a8edb66e391869842b9f0c0659df2fecf01e4c
parentf5c714e2a7d6239548b94c37ae906484e94b5bc7
path: drop unused `strbuf_git_path()` function

The `strbuf_git_path()` function isn't used anywhere, and neither should
it grow any callers because it depends on `the_repository`. Remove it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.h