summaryrefslogtreecommitdiff
path: root/bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-04-19 23:31:48 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-04-19 23:31:48 -0400
commitdf6a5fb51dd4dc37f0bf79bbcd5637e61ff43bf9 (patch)
tree68d831733cba6afe3ba0623383ee989583434fcb /bits.c
parent68dbfcb69bdb668a9a4ac3db7da77ec8b232c4ba (diff)
downloadgpsd-df6a5fb51dd4dc37f0bf79bbcd5637e61ff43bf9.tar.gz
splint cleanup. All regressuin tests pass.
Diffstat (limited to 'bits.c')
-rw-r--r--bits.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bits.c b/bits.c
index 0c846a1a..f2fc1ff9 100644
--- a/bits.c
+++ b/bits.c
@@ -44,7 +44,6 @@ uint64_t ubits(char buf[], unsigned int start, unsigned int width, bool le)
/* was extraction as a little-endian requested? */
if (le)
{
- unsigned int i;
uint64_t reversed = 0;
for (i = width; i; --i)