check-spaces: Fix an outdated comment

This commit is contained in:
teor
2019-11-16 21:43:22 +10:00
parent d7fdab49f7
commit 0ce11433c0
+1 -2
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!//.*!!;