diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-12-20 20:04:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-20 20:04:59 -0500 |
commit | 04d823484445d5b9f80bc920474a9aff22657bce (patch) | |
tree | 192610729da9864bd8c428e0d94200c87e5aa598 /src/rc | |
parent | d017d5af9cce1cba960ee8561ec08bf8f04a93b2 (diff) |
drop unused copyright variables
The existing copyright notices in the file headers cover these vars.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 056b58f1..32ee8935 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -20,8 +20,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include <sys/types.h> #include <sys/ioctl.h> #include <sys/param.h> |