Skip to content
Snippets Groups Projects
Commit 812010c1 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

Remove unused variable.

parent 3b0e2428
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment