Module Name: src Committed By: rillig Date: Mon Jul 27 22:21:29 UTC 2020
Modified Files: src/usr.bin/make: var.c Log Message: make(1): remove unnecessary variable assignment It is not the job of an ApplyModifier function to directly manipulate the final result of the ApplyModifiers function. In fact, the resulting pointer was overwritten unconditionally, in such an obvious way that the compiler could have detected this. GCC 5 didn't though, which reduces the code size a bit. To generate a diff of this commit: cvs rdiff -u -r1.341 -r1.342 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.