From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1iIp-0007I1-6M for garchives@archives.gentoo.org; Thu, 08 Sep 2011 17:22:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF0FD21C0EB; Thu, 8 Sep 2011 17:22:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6A6ED21C0EB for ; Thu, 8 Sep 2011 17:22:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0E461B4016 for ; Thu, 8 Sep 2011 17:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0E29E80042 for ; Thu, 8 Sep 2011 17:22:06 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <5df9dc1af534e85236ee72fe24bb31f73aeeb265.idl0r@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/runscript.c X-VCS-Directories: src/rc/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 5df9dc1af534e85236ee72fe24bb31f73aeeb265 Date: Thu, 8 Sep 2011 17:22:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 12ee69a174f852dec6eb0a1f951d4a98 commit: 5df9dc1af534e85236ee72fe24bb31f73aeeb265 Author: Christian Ruppert gentoo org> AuthorDate: Thu Sep 8 16:42:05 2011 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu Sep 8 16:42:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D5df9dc1a Remove unused variable --- src/rc/runscript.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 07bcfe7..6032c70 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1103,7 +1103,6 @@ runscript(int argc, char **argv) char *save =3D NULL; char pidstr[10]; size_t l =3D 0, ll; - const char *file; struct stat stbuf; =20 /* Show help if insufficient args */