Module Name: src Committed By: rillig Date: Sat Oct 31 12:22:43 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove redundant condition for regmatch_t.rm_eo being -1
If rm_so is -1, rm_eo is guaranteed to be -1 as well.
To generate a diff of this commit:
cvs rdiff -u -r1.616 -r1.617 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.
