From 4d268889365c1d9414bbca2f6c63d87db74ec37b Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 7 Nov 1997 08:53:44 +0000 Subject: Remove a bunch of variables which were unused both in GENERIC and LINT. Found by: -Wunused --- sys/i386/isa/matcd/matcd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/i386/isa/matcd/matcd.c') diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c index 6abdfaa..b1356af 100644 --- a/sys/i386/isa/matcd/matcd.c +++ b/sys/i386/isa/matcd/matcd.c @@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95"; static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV"; /* The proceeding strings may not be changed*/ -/* $Id: matcd.c,v 1.28 1997/07/20 11:14:53 bde Exp $ */ +/* $Id: matcd.c,v 1.29 1997/09/21 21:42:18 gibbs Exp $ */ /*--------------------------------------------------------------------------- Include declarations @@ -2516,8 +2516,6 @@ static int matcd_toc_entry(int ldrive, int cdrive, int controller, struct ioc_read_toc_single_entry * ioc_entry) { struct matcd_data *cd; - struct cd_toc_entry *from; - struct cd_toc_entry *to; int trk,origtrk,i,z,port; unsigned char cmd[MAXCMDSIZ]; unsigned char data[5]; -- cgit v1.1