GC the unused safepri variable.

This commit is contained in:
John Baldwin 2000-10-20 07:55:41 +00:00
parent 36f8814a83
commit 341885a9fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67364

View File

@ -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 */