]> git.tuebingen.mpg.de Git - paraslash.git/commit
bitstream: Remove pointless variable "code_prefix2".
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Dec 2013 17:02:55 +0000 (17:02 +0000)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Apr 2014 00:26:43 +0000 (02:26 +0200)
commit336b36768ffc8ec1945ed8dcf235fd2a9462c967
treeec1f41ad0909bf770b630b2c9a19fd210dd97014
parentc526802d17412d051ffc0da4faa58255ea2982b1
bitstream: Remove pointless variable "code_prefix2".

This variable is only used at one place. Using the computed value
directly in the conditional allows to get rid of it.
bitstream.c