Code

[PATCH] Remove unused arguments from index_fd()
authorJunio C Hamano <junkio@cox.net>
Sun, 17 Apr 2005 17:02:22 +0000 (10:02 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 17:02:22 +0000 (10:02 -0700)
commitc747fc6facdbbde4386418cfe6ad7e231a1b4eaf
tree47b1c42d316f9eace8e55e2b8d5336e0cbfcbb3e
parenta38800fde24a44b12a9ed14852339466de1cb9c9
[PATCH] Remove unused arguments from index_fd()

The function index_fd() in update-cache.c takes 5 arguments, but
two is not necessary and one that is a pointer to a structure
really needs to be a pointer to one member of that structure.
This patch cleans it up.

Also it removes printf() apparently left after initial
debugging.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
update-cache.c