From 6db8697910438fd063598f66a73b68d2dcd70a36 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:37 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- mpeglib/lib/splay/huffmanlookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpeglib/lib/splay/huffmanlookup.cpp') diff --git a/mpeglib/lib/splay/huffmanlookup.cpp b/mpeglib/lib/splay/huffmanlookup.cpp index cfce3c47..767dfb26 100644 --- a/mpeglib/lib/splay/huffmanlookup.cpp +++ b/mpeglib/lib/splay/huffmanlookup.cpp @@ -100,7 +100,7 @@ void HuffmanLookup::huffmandecoder_1(const HUFFMANCODETABLE *h, int *x, int *y) level>>=1; if(!(level || ((unsigned)pointtreelen))) { - register int xx,yy; + int xx,yy; xx=(h->xlen<<1);// set x and y to a medium value as a simple concealment yy=(h->ylen<<1); -- cgit v1.2.1