skip redundant skipwh(pLine) call - its the first thing scan(...) does

This commit is contained in:
Kenneth J Davis 2021-08-07 22:15:24 -04:00
parent d410370580
commit e2832a5563
1 changed files with 0 additions and 3 deletions

View File

@ -1166,9 +1166,6 @@ STATIC char *GetNumArg(char *p, int *num)
BYTE *GetStringArg(BYTE * pLine, BYTE * pszString)
{
/* look for STRING */
pLine = skipwh(pLine);
/* just return whatever string is there, including null */
return scan(pLine, pszString);
}