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.

Copyright (C) 1987-1988, 1991-2012 Free Software Foundation,
This commit is contained in:
Jim Meyering
2012-01-12 14:52:26 +01:00
parent 3ca445da25
commit 78e365574e
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2012-01-12 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 Jim Meyering <meyering@redhat.com>
maint: get fdl.texi from gnulib