remove unused

This commit is contained in:
Holger Vogt
2021-03-14 15:32:39 +01:00
parent 43f3fceb75
commit 736d42a5b0
-1
View File
@@ -464,7 +464,6 @@ nexttok_noparens(const char* s)
{
if (!s)
return NULL;
int paren = 0;
s = skip_ws(s);
if (!*s)