diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 20:40:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 20:40:53 -0500 |
commit | 6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9 (patch) | |
tree | b8f3e377bdcb184a15c85eb9a5971b04d8352901 /bin/cash/main.c | |
parent | Remove cash/tests (diff) | |
download | src-6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9.tar.gz src-6a7ba5fd4d3c4a6ca9a6b138740e975fb27d6dc9.zip |
Fix unused copyright and rcsid in cash
Diffstat (limited to '')
-rw-r--r-- | bin/cash/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/cash/main.c b/bin/cash/main.c index 2687d1ef..c3b28173 100644 --- a/bin/cash/main.c +++ b/bin/cash/main.c @@ -33,12 +33,6 @@ */ #ifndef lint -static char const copyright[] = -"@(#) Copyright (c) 1991, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/28/95"; #endif |