remove unused extern.
This commit is contained in:
parent
3f7e264c37
commit
e37e81a273
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: touch.c,v 1.7 1997/10/19 14:06:23 mrg Exp $ */
|
||||
/* $NetBSD: touch.c,v 1.8 1998/03/30 02:19:45 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93";
|
||||
#endif
|
||||
__RCSID("$NetBSD: touch.c,v 1.7 1997/10/19 14:06:23 mrg Exp $");
|
||||
__RCSID("$NetBSD: touch.c,v 1.8 1998/03/30 02:19:45 mrg Exp $");
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -163,7 +163,6 @@ filenames(nfiles, files)
|
||||
{
|
||||
int fi;
|
||||
char *sep = " ";
|
||||
extern char *class_table[];
|
||||
int someerrors;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user