aboutsummaryrefslogtreecommitdiff
path: root/toys/other/tac.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/tac.c')
-rw-r--r--toys/other/tac.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/tac.c b/toys/other/tac.c
index cd5f83f6..7a8bb4ae 100644
--- a/toys/other/tac.c
+++ b/toys/other/tac.c
@@ -3,8 +3,6 @@
* tac.c - output lines in reverse order
*
* Copyright 2012 Rob Landley <rob@landley.net>
- *
- * Not in SUSv4.
USE_TAC(NEWTOY(tac, NULL, TOYFLAG_USR|TOYFLAG_BIN))