diff options
author | Junio C Hamano <junkio@cox.net> | 2005-04-17 10:02:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-17 10:02:22 -0700 |
commit | c747fc6facdbbde4386418cfe6ad7e231a1b4eaf (patch) | |
tree | 47b1c42d316f9eace8e55e2b8d5336e0cbfcbb3e /read-cache.c | |
parent | a38800fde24a44b12a9ed14852339466de1cb9c9 (diff) | |
download | git-c747fc6facdbbde4386418cfe6ad7e231a1b4eaf.tar.gz |
[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>
Diffstat (limited to 'read-cache.c')
0 files changed, 0 insertions, 0 deletions