Module Name: src Committed By: rillig Date: Mon Dec 13 06:11:34 UTC 2021
Modified Files: src/usr.bin/make: parse.c Log Message: make: clean up loading of files The call to Buf_DoneData was useless since ownership of the buffer data has already been passwed on to loadedfile_create and the local variable 'buf' goes out of scope after that statement. Except for cleaning up in debug mode, there is no reason to call Buf_DoneData and then discard the returned value. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.576 -r1.577 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.