]> git.saurik.com Git - bison.git/commit
build: avoid warning from coverity about lbitset_elt_find
authorJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 11:19:08 +0000 (12:19 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 13 Jan 2012 11:19:08 +0000 (12:19 +0100)
commite6062fb6da2e6271222882b20093d5af63405e17
tree576e09b4280f59c48e257c785a78d31c5b50a02e
parent3bce8ffc3d90506205d5b0eba25f9057d2ffd5d5
build: avoid warning from coverity about lbitset_elt_find

* lib/lbitset.c (lbitset_elt_find): Remove unnecessary test of "elt",
at a point where we know it is non-NULL, due to prior dereference.
ChangeLog
lib/lbitset.c