| author | Benjamin Kramer <benny.kra@googlemail.com> | |
| Fri, 13 Mar 2009 12:51:33 +0000 (13:51 +0100) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sat, 14 Mar 2009 20:36:34 +0000 (13:36 -0700) | ||
| commit | 8e76bf3fc915ff9c530842123263e7147df207bb | |
| tree | f9af9c9e1243ba57b6f0985a8694b5e5f89fefba | tree | snapshot |
| parent | 7f733de04e69c8ba40158d1da46c4aa121f714b6 | commit | diff |
Remove unused assignments
These variables were always overwritten or the assigned
value was unused:
builtin-diff-tree.c::cmd_diff_tree(): nr_sha1
builtin-for-each-ref.c::opt_parse_sort(): sort_tail
builtin-mailinfo.c::decode_header_bq(): in
builtin-shortlog.c::insert_one_record(): len
connect.c::git_connect(): path
imap-send.c::v_issue_imap_cmd(): n
pretty.c::pp_user_info(): filler
remote::parse_refspec_internal(): llen
Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These variables were always overwritten or the assigned
value was unused:
builtin-diff-tree.c::cmd_diff_tree(): nr_sha1
builtin-for-each-ref.c::opt_parse_sort(): sort_tail
builtin-mailinfo.c::decode_header_bq(): in
builtin-shortlog.c::insert_one_record(): len
connect.c::git_connect(): path
imap-send.c::v_issue_imap_cmd(): n
pretty.c::pp_user_info(): filler
remote::parse_refspec_internal(): llen
Signed-off-by: Benjamin Kramer <benny.kra@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| builtin-diff-tree.c | diff | blob | history | |
| builtin-for-each-ref.c | diff | blob | history | |
| builtin-mailinfo.c | diff | blob | history | |
| builtin-shortlog.c | diff | blob | history | |
| connect.c | diff | blob | history | |
| imap-send.c | diff | blob | history | |
| pretty.c | diff | blob | history | |
| remote.c | diff | blob | history |