Remove an unused variable, `sverrno', which has not been used since 1.11.

This commit is contained in:
tjr 2003-01-03 23:16:55 +00:00
parent 9a4b1f6baa
commit 5ba4caf3bc

View File

@ -110,7 +110,6 @@ int
execlp(const char *name, const char *arg, ...)
{
va_list ap;
int sverrno;
char **argv;
int n;