From: Martin Mares Date: Tue, 9 Jun 1998 19:16:45 +0000 (+0000) Subject: Killed an unused variable. X-Git-Tag: v3.0.0~325 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=acca5bdbcdd6b062b5008c8f17ca445367547159;p=pciutils.git Killed an unused variable. --- diff --git a/names.c b/names.c index 67b5ae6..27c9a90 100644 --- a/names.c +++ b/names.c @@ -1,5 +1,5 @@ /* - * $Id: names.c,v 1.4 1998/06/08 07:56:20 mj Exp $ + * $Id: names.c,v 1.5 1998/06/09 19:16:45 mj Exp $ * * Linux PCI Utilities -- Device ID to Name Translation * @@ -87,7 +87,7 @@ static void parse_name_list(void) { byte *p = name_list; - byte *q, *r, *s; + byte *q, *r; int lino = 0; int id1 = ID1_ERROR; int id2 = 0;