removed unused variable
This commit is contained in:
parent
a2de3cd787
commit
5daf41ca1b
|
|
@ -52,7 +52,6 @@ void check_text_storage(void)
|
||||||
|
|
||||||
void check_symbol_storage(void)
|
void check_symbol_storage(void)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
if(xctx->symbols >= xctx->maxs)
|
if(xctx->symbols >= xctx->maxs)
|
||||||
{
|
{
|
||||||
dbg(1, "check_symbol_storage(): more than maxs, %s\n",
|
dbg(1, "check_symbol_storage(): more than maxs, %s\n",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue