aboutsummaryrefslogtreecommitdiff
path: root/toys/other/clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/clear.c')
-rw-r--r--toys/other/clear.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/clear.c b/toys/other/clear.c
index 8cfceff3..7647f669 100644
--- a/toys/other/clear.c
+++ b/toys/other/clear.c
@@ -3,8 +3,6 @@
* clear.c - clear the screen
*
* Copyright 2012 Rob Landley <rob@landley.net>
- *
- * Not in SUSv4.
USE_CLEAR(NEWTOY(clear, NULL, TOYFLAG_USR|TOYFLAG_BIN))