mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2012-01-13 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
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.
|
||||
|
||||
2012-01-13 Akim Demaille <akim@lrde.epita.fr>
|
||||
|
||||
maint: factor copyright year.
|
||||
|
||||
Reference in New Issue
Block a user