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 1QQLfJ-0004Fd-AX for garchives@archives.gentoo.org; Sat, 28 May 2011 15:43:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6E91C08C; Sat, 28 May 2011 15:42:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C5F01C08C for ; Sat, 28 May 2011 15:42:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 863C41B400C for ; Sat, 28 May 2011 15:42:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DFB1380505 for ; Sat, 28 May 2011 15:42:52 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc.c X-VCS-Directories: src/rc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f8ff4a86a3f24ea49f278c14a9ce5c0dbc8223e2 Date: Sat, 28 May 2011 15:42:52 +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: 57217aceebef2114ba3bf6f837680622 commit: f8ff4a86a3f24ea49f278c14a9ce5c0dbc8223e2 Author: Mike Frysinger gentoo org> AuthorDate: Sat May 28 15:42:49 2011 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sat May 28 15:42:49 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Df8ff4a86 rc: delete now unused local "i" variable Signed-off-by: Mike Frysinger gentoo.org> --- src/rc/rc.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/rc/rc.c b/src/rc/rc.c index 140667a..122f53c 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -806,7 +806,6 @@ main(int argc, char **argv) int opt; bool parallel; int regen =3D 0; - int i; #ifdef __linux__ char *proc; char *p;