get rid of old trash
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 13 May 1993 05:49:03 +0000 (21:49 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 13 May 1993 05:49:03 +0000 (21:49 -0800)
SCCS-vsn: sys/sys/kernel.h 7.11

usr/src/sys/sys/kernel.h

index 9c4d580..03eef08 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kernel.h    7.10 (Berkeley) %G%
+ *     @(#)kernel.h    7.11 (Berkeley) %G%
  */
 
 /* Global variables for the kernel. */
  */
 
 /* Global variables for the kernel. */
@@ -27,12 +27,3 @@ extern int hz;                               /* system clock's frequency */
 extern int stathz;                     /* statistics clock's frequency */
 extern int profhz;                     /* profiling clock's frequency */
 extern int lbolt;                      /* once a second sleep address */
 extern int stathz;                     /* statistics clock's frequency */
 extern int profhz;                     /* profiling clock's frequency */
 extern int lbolt;                      /* once a second sleep address */
-
-#if defined(COMPAT_43) && (defined(vax) || defined(tahoe))
-double avenrun[3];
-#endif
-
-#ifdef GPROF
-extern int profiling;
-extern u_short *kcount;
-#endif