diff options
-rw-r--r-- | usr.bin/make/job.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 213bed0..1908475 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -2762,11 +2762,6 @@ Job_ParseShell(line) } } - /* - * Do not free up the words themselves, since they might be in use by the - * shell specification... - */ - free(words); return SUCCESS; } |