tools/nxstyle.c: Remove some logic added in previous change. Causes too many false alarms.

This commit is contained in:
Gregory Nutt 2018-10-31 12:42:18 -06:00
parent 56415d8fa7
commit b51e77829e
1 changed files with 6 additions and 0 deletions

View File

@ -414,7 +414,13 @@ int main(int argc, char **argv, char **envp)
if (--ncomment == 0)
{
#if 0
/* REVISIT: causes false alarms when comment appears to
* the right of a statement.
*/
comment_lineno = lineno;
#endif
}
}
else