shallow: remove unused code
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Mon, 6 Jan 2014 00:00:58 +0000 (00:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jan 2014 17:05:40 +0000 (09:05 -0800)
Commit 58babfff ("shallow.c: the 8 steps to select new commits for
.git/shallow", 05-12-2013) added a function to implement step 5 of
the quoted eight steps, namely 'remove_nonexistent_ours_in_pack()'.
This function implements an optional optimization step in the new
shallow commit selection algorithm. However, this function has no
callers. (The commented out call sites would need to change, in
order to provide information required by the function.)

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Acked-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found