checkout: prepare_linked_checkout: drop now-unused 'new' argument
commit3c3e7f5b57f94b8f5fcba5042cf2412625c24d4a
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 6 Jul 2015 17:30:47 +0000 (6 13:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2015 18:07:44 +0000 (6 11:07 -0700)
tree2aed9c02ffd00f8edd238a1744f012d9c40551ae
parent9559ce8368b533862584b2717532e3c25232f1c9
checkout: prepare_linked_checkout: drop now-unused 'new' argument

The only references to 'new' were folded out by the last two patches.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c