]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
Remove unused code in parse_commit_buffer()
authorMiklos Vajna <vmiklos@frugalware.org>
Sat, 7 Jun 2008 20:38:37 +0000 (22:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Jun 2008 20:46:37 +0000 (13:46 -0700)
commit39468defd306b7fb8ca0d381a2d66216a8eb9095
treef1605f1fd3223c040aa14e9a6079d55269be6492
parentd633c882db7cc79bf2d33df99cb0d1c2ef28c15d
Remove unused code in parse_commit_buffer()

The n_refs variable is no longer really used in this function, so there
is no reason to keep it.

It was introduced in 27dedf0c and the code that really used it was
removed in 7914053.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c