Code

remove tests of always-false condition
authorJim Meyering <jim@meyering.net>
Thu, 26 May 2011 13:58:16 +0000 (15:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2011 18:24:24 +0000 (11:24 -0700)
commit5dd564895e84eacfc728183fb5a9215665ff59a3
tree8909749079c959c79a054a2d9c3e8368924158a6
parent5743350f696745a48dfe7976c98dc8eb5c842d72
remove tests of always-false condition

* fsck.c (fsck_error_function): Don't test obj->sha1 == 0.
It can never be true, since that sha1 member is an array.
* transport.c (set_upstreams): Likewise for ref->new_sha1.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c
transport.c