builtin-checkout.c: Remove unused prefix arguments in switch_branches path
commit75ea38df66910dcb9d09f1320ae2787b5bc8211e
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 21 Feb 2008 15:50:42 +0000 (21 10:50 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Feb 2008 23:34:23 +0000 (21 15:34 -0800)
tree4b01de86f92c929da4410e2a8b7fe0482e91edbc
parent6010d2d957fb05838cd3ab887ac261752ff8ff87
builtin-checkout.c: Remove unused prefix arguments in switch_branches path

This path doesn't actually care where in the tree you started out,
since it must change the whole thing anyway. With the gratuitous bug
removed, the argument is unused.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-checkout.c