diff options
| author | Keith Bostic <keith.bostic@mongodb.com> | 2017-07-30 21:11:02 -0400 |
|---|---|---|
| committer | Michael Cahill <michael.cahill@mongodb.com> | 2017-07-31 11:11:02 +1000 |
| commit | 2e9744d11a65c63ba7445060dc78371250f04051 (patch) | |
| tree | 218b2530a6f5e587f59a3c98496b87f290dcff22 /src/include/bitstring.i | |
| parent | 9494eb2899e010c378f882348ff3b58d37ecab08 (diff) | |
WT-3467 Minor lint/cleanup (#3541)mongodb-3.5.11
Diffstat (limited to 'src/include/bitstring.i')
| -rw-r--r-- | src/include/bitstring.i | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/bitstring.i b/src/include/bitstring.i index a9ec91d49ff..bd14fa613a8 100644 --- a/src/include/bitstring.i +++ b/src/include/bitstring.i @@ -166,8 +166,6 @@ __bit_ffc(uint8_t *bitf, uint64_t nbits, uint64_t *retp) uint8_t lb; uint64_t byte, stopbyte, value; - value = 0; /* -Wuninitialized */ - if (nbits == 0) return (-1); @@ -199,7 +197,6 @@ __bit_ffs(uint8_t *bitf, uint64_t nbits, uint64_t *retp) uint8_t lb; uint64_t byte, stopbyte, value; - value = 0; if (nbits == 0) return (-1); |
