check-spaces: Fix an outdated comment

This commit is contained in:
teor 2019-11-16 21:43:22 +10:00
parent d7fdab49f7
commit 0ce11433c0
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -144,8 +144,7 @@ for my $fn (@ARGV) {
}
s!"(?:[^\"]+|\\.)*"!"X"!g;
next if /^\#/;
## Warn about C++-style comments.
# (Use C style comments only.)
## Skip C++-style comments.
if (m!//!) {
# msg " //:$fn:$.\n";
s!//.*!!;