Got rid of unused nclist declaration.

This commit is contained in:
David Greenman 1995-01-07 06:08:15 +00:00
parent deaa72ee2f
commit d8e5ab9731
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)clist.h 8.1 (Berkeley) 6/4/93
* $Id: clist.h,v 1.3 1994/08/02 07:52:43 davidg Exp $
* $Id: clist.h,v 1.4 1994/08/21 04:41:35 paul Exp $
*/
#ifndef _SYS_CLIST_H_
@ -45,7 +45,7 @@ struct cblock {
#ifdef KERNEL
extern struct cblock *cfree, *cfreelist;
extern int cfreecount, nclist;
extern int cfreecount;
#endif
#endif