Commit 812010c1 authored by Reimar Döffinger's avatar Reimar Döffinger

Remove unused variable.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent 3b0e2428
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment