Remove variable re-inserted during mis-application of r336973
This commit is contained in:
parent
2870403b53
commit
53fb9a2475
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user