From 04d823484445d5b9f80bc920474a9aff22657bce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Dec 2021 20:04:59 -0500 Subject: [PATCH] drop unused copyright variables The existing copyright notices in the file headers cover these vars. --- src/libeinfo/libeinfo.c | 2 -- src/librc/librc.c | 2 -- src/rc/rc.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c index ccb39acc..47dda52b 100644 --- a/src/libeinfo/libeinfo.c +++ b/src/libeinfo/libeinfo.c @@ -15,8 +15,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include #include #include 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 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 #include #include