summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorKarthik Nayak <karthik.188@gmail.com>2024-05-07 14:58:59 +0200
committerJunio C Hamano <gitster@pobox.com>2024-05-07 08:51:50 -0700
commit4865707bdae18163c215f2fa44c37388989bc0e4 (patch)
treef94cbc327ab05677959f884b706f8961c7eb0cea /builtin/commit.c
parentf151dfe3c91de744a2ced6ae701d1d8c2215bfd6 (diff)
refs: remove `create_symref` and associated dead code
In the previous commits, we converted `refs_create_symref()` to utilize transactions to perform symref updates. Earlier `refs_create_symref()` used `create_symref()` to do the same. We can now remove `create_symref()` and any code associated with it which is no longer used. We remove `create_symref()` code from all the reference backends and also remove it entirely from the `ref_storage_be` struct. Signed-off-by: Karthik Nayak <karthik.188@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions