Module Name: src Committed By: rillig Date: Mon Feb 22 22:55:43 UTC 2021
Modified Files: src/usr.bin/make: var.c Log Message: make: remove boolean parameter and return type from VarFreeEnv There was only a single case where this parameter was false. Inline that case. That was the only case that needed the return value, so remove that as well. To generate a diff of this commit: cvs rdiff -u -r1.836 -r1.837 src/usr.bin/make/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.