Remove unused variable: ntmp.

This commit is contained in:
tjr 2003-01-03 23:34:26 +00:00
parent c3c81fd441
commit f027795617

View File

@ -113,7 +113,6 @@ strfmon(char * __restrict s, size_t maxsize, const char * __restrict format,
*currency_symbol;
char *tmpptr; /* temporary vars */
int *ntmp;
int sverrno;
va_start(ap, format);