Module Name:    src
Committed By:   rillig
Date:           Fri Dec 29 13:25:15 UTC 2023

Modified Files:
        src/usr.bin/make: var.c

Log Message:
make: clean up variable handling

All variables from the command line scope have the fromCmd flag set, so
there is no need to check for it.

Inline redundant local variables.

Variables from a scope cannot be short-lived, so there is no need to
call VarFreeShortLived.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.1088 -r1.1089 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.

Reply via email to