]> mj.ucw.cz Git - pciutils.git/commitdiff
Killed an unused variable.
authorMartin Mares <mj@ucw.cz>
Tue, 9 Jun 1998 19:16:45 +0000 (19:16 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:53 +0000 (14:09 +0200)
names.c

diff --git a/names.c b/names.c
index 67b5ae6bfe43e31762fe4b4a9c4e13a11554c005..27c9a90a85937e5e01572add86d8528b783074e8 100644 (file)
--- 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;