remove unused
This commit is contained in:
parent
3c9c5322cb
commit
b5bf9e5d9c
|
|
@ -464,7 +464,6 @@ nexttok_noparens(const char* s)
|
|||
{
|
||||
if (!s)
|
||||
return NULL;
|
||||
int paren = 0;
|
||||
|
||||
s = skip_ws(s);
|
||||
if (!*s)
|
||||
|
|
|
|||
Loading…
Reference in New Issue