author | Benjamin Kramer <benny.kra@googlemail.com> | |
Sat, 7 Mar 2009 20:02:10 +0000 (21:02 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Mar 2009 04:52:17 +0000 (20:52 -0800) | ||
commit | eb3a9dd3279fe4b05f286665986ebf6d43a6ccc0 | |
tree | 233eedd57ace00196ba105ba5275829d42e969e0 | tree | snapshot |
parent | 36adb4abbdf809371b88581c8bf7fe9ea9a5b00a | commit | diff |
Remove unused function scope local variables
These variables were unused and can be removed safely:
builtin-clone.c::cmd_clone(): use_local_hardlinks, use_separate_remote
builtin-fetch-pack.c::find_common(): len
builtin-remote.c::mv(): symref
diff.c::show_stats():show_stats(): total
diffcore-break.c::should_break(): base_size
fast-import.c::validate_raw_date(): date, sign
fsck.c::fsck_tree(): o_sha1, sha1
xdiff-interface.c::parse_num(): read_some
Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These variables were unused and can be removed safely:
builtin-clone.c::cmd_clone(): use_local_hardlinks, use_separate_remote
builtin-fetch-pack.c::find_common(): len
builtin-remote.c::mv(): symref
diff.c::show_stats():show_stats(): total
diffcore-break.c::should_break(): base_size
fast-import.c::validate_raw_date(): date, sign
fsck.c::fsck_tree(): o_sha1, sha1
xdiff-interface.c::parse_num(): read_some
Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c | diff | blob | history | |
builtin-fetch-pack.c | diff | blob | history | |
builtin-remote.c | diff | blob | history | |
diff.c | diff | blob | history | |
diffcore-break.c | diff | blob | history | |
fast-import.c | diff | blob | history | |
fsck.c | diff | blob | history | |
xdiff-interface.c | diff | blob | history |