aboutsummaryrefslogtreecommitdiff
path: root/toys/other/count.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/count.c')
-rw-r--r--toys/other/count.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/count.c b/toys/other/count.c
index 0ec3919d..22a06a1c 100644
--- a/toys/other/count.c
+++ b/toys/other/count.c
@@ -3,8 +3,6 @@
* count.c - Progress indicator from stdin to stdout
*
* Copyright 2002 Rob Landley <rob@landley.net>
- *
- * Not in SUSv3.
USE_COUNT(NEWTOY(count, NULL, TOYFLAG_USR|TOYFLAG_BIN))