]> git.tuebingen.mpg.de Git - paraslash.git/commit
bitstream: Kill pointless variable "symbol".
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Dec 2013 16:58:12 +0000 (16:58 +0000)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Apr 2014 00:26:22 +0000 (02:26 +0200)
commitb35708a83afe82b18251d53343519dd41e6e80f6
tree32e350615430fd52de131747c19965b3a392e6c3
parent179502e8ff1884776ff9c7ee20ff5e2e8ce03072
bitstream: Kill pointless variable "symbol".

It is just a copy of the loop index i. Since i is never modified
we may simply use i instead.
bitstream.c