Remove variable re-inserted during mis-application of r336973

This commit is contained in:
Kyle Evans 2018-07-31 16:08:17 +00:00
parent 2870403b53
commit 53fb9a2475
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336975

View File

@ -250,8 +250,7 @@ sanitize_envline(char *result, const char *src)
static bool
preprocess(char *line, char *result)
{
char result[BUFSIZ], *s;
char *s;
/* Strip any comments */
if ((s = strchr(line, '#')) != NULL)