author | Junio C Hamano <junkio@cox.net> | |
Sun, 17 Apr 2005 17:02:22 +0000 (10:02 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 17 Apr 2005 17:02:22 +0000 (10:02 -0700) | ||
commit | c747fc6facdbbde4386418cfe6ad7e231a1b4eaf | |
tree | 47b1c42d316f9eace8e55e2b8d5336e0cbfcbb3e | tree | snapshot |
parent | a38800fde24a44b12a9ed14852339466de1cb9c9 | commit | 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>
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 | diff | blob | history |