Remove unused declaration of `cpcb', which is no longer a global variable.

This commit is contained in:
pk 2001-03-03 19:42:38 +00:00
parent d74da58795
commit 51668836b3

View File

@ -1,4 +1,4 @@
/* $NetBSD: pcb.h,v 1.4 1995/03/28 18:19:56 jtc Exp $ */
/* $NetBSD: pcb.h,v 1.5 2001/03/03 19:42:38 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -117,7 +117,3 @@ struct md_coredump {
struct trapframe md_tf;
struct fpstate md_fpstate;
};
#ifdef _KERNEL
extern struct pcb *cpcb;
#endif /* _KERNEL */