Skip to content

Commit 1af2a70

Browse files
committed
scripts: Don't dump input lines in validate-cdefs
This doesn't help with the process, it just makes the log file a lot noisier. Signed-off-by: Keith Packard <[email protected]>
1 parent dfb121a commit 1af2a70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/validate-cdefs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ echo '#include "'$input'"' | ("$@" -E - || exit 0) |
4343
filename = "";
4444
}
4545
{
46-
print $0
4746
if ($1 == "#") {
4847
name = $3;
4948
gsub(/"/, "", name);

0 commit comments

Comments
 (0)