Remove unused variable.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2011-09-30 23:33:05 +02:00
parent 3b0e242825
commit 812010c17e
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ static int normalize_bits(int num, int width)
{
int i = 0;
int bits = (width) ? 31 : 15;
int limit = 1 << (bits - 1);
if (num) {
if (num == -1)