--- - branch: MAIN date: Mon Jul 27 22:21:29 UTC 2020 files: - new: '1.342' old: '1.341' path: src/usr.bin/make/var.c pathrev: src/usr.bin/make/var.c@1.342 type: modified id: 20200727T222129Z.f60eb04881f11f50f05f6e67ebf173e10e59703f log: | 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. module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1595888489' user: rillig