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/librc/librc.c | |
parent | d017d5af9cce1cba960ee8561ec08bf8f04a93b2 (diff) |
drop unused copyright variables
The existing copyright notices in the file headers cover these vars.
Diffstat (limited to 'src/librc/librc.c')
-rw-r--r-- | src/librc/librc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librc/librc.c b/src/librc/librc.c index f9bf5082..4696f88b 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -15,8 +15,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include "queue.h" #include "librc.h" #include <helpers.h> |