commit | c747fc6facdbbde4386418cfe6ad7e231a1b4eaf | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun Apr 17 10:02:22 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Apr 17 10:02:22 2005 -0700 |
tree | 47b1c42d316f9eace8e55e2b8d5336e0cbfcbb3e | |
parent | a38800fde24a44b12a9ed14852339466de1cb9c9 [diff] |
[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>