summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-20 07:55:41 +0000
committerjhb <jhb@FreeBSD.org>2000-10-20 07:55:41 +0000
commit14c3513b9066aff7d93e8a86195d4477ba17f6dc (patch)
tree5eb2a2c11086d77077349285627559bd7262520e /sys
parent64484399da6e8635a02a58b931ae72218ec43221 (diff)
downloadFreeBSD-src-14c3513b9066aff7d93e8a86195d4477ba17f6dc.zip
FreeBSD-src-14c3513b9066aff7d93e8a86195d4477ba17f6dc.tar.gz
GC the unused safepri variable.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/systm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index a861069..5d4b554 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -51,7 +51,6 @@ extern int securelevel; /* system security level (see init(8)) */
extern int cold; /* nonzero if we are doing a cold boot */
extern const char *panicstr; /* panic message */
extern int dumping; /* system is dumping */
-extern int safepri; /* safe ipl when cold or panicing */
extern char version[]; /* system version */
extern char copyright[]; /* system copyright */
OpenPOWER on IntegriCloud