Module Name: src Committed By: rillig Date: Sat Apr 2 22:38:45 UTC 2022
Modified Files: src/usr.bin/xlint/lint1: decl.c init.c tree.c Log Message: lint: clean up style Remove outdated ARGSUSED (the one in tree.c had been wrong since 1995), remove unused argument. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.232 -r1.233 src/usr.bin/xlint/lint1/init.c cvs rdiff -u -r1.416 -r1.417 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.