unpack-trees: get rid of *indpos parameter.
commit9a4d8fdc25d6ba08564766c6ded165212f423b61
authorJunio C Hamano <junkio@cox.net>
Mon, 2 Apr 2007 22:06:59 +0000 (2 15:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 Apr 2007 07:19:28 +0000 (4 00:19 -0700)
tree34b5061bdbc8002f500e0af8effd3ca5e662fb70
parent7f7932ab25f2ddd6080c8b1e8bfd698e523eb7d4
unpack-trees: get rid of *indpos parameter.

This variable keeps track of which entry in the original index
the traversal is looking at, and belongs to the unpack_trees_options
structure along with other traversal status information.

Signed-off-by: Junio C Hamano <junkio@cox.net>
unpack-trees.c
unpack-trees.h