Module Name: src Committed By: rillig Date: Sat Oct 3 22:33:26 UTC 2020
Modified Files: src/usr.bin/make: hash.c Log Message: make(1): remove unnecessary code from Hash_DeleteEntry This function is only called 2 times, and both callers pass valid arguments. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/make/hash.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.