PM: remove unused core_name variable
This commit is contained in:
parent
20ca68f5c9
commit
66998b594f
2 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,6 @@ EXTERN int who_p, who_e; /* caller's proc number, endpoint */
|
|||
EXTERN int call_nr; /* system call number */
|
||||
|
||||
extern _PROTOTYPE (int (*call_vec[]), (void) ); /* system call handlers */
|
||||
extern char core_name[]; /* file name where core images are produced */
|
||||
EXTERN sigset_t core_sset; /* which signals cause core images */
|
||||
EXTERN sigset_t ign_sset; /* which signals are by default ignored */
|
||||
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
#include "mproc.h"
|
||||
#include "param.h"
|
||||
|
||||
/* Miscellaneous */
|
||||
char core_name[] = "core"; /* file name where core images are produced */
|
||||
|
||||
_PROTOTYPE (int (*call_vec[]), (void) ) = {
|
||||
no_sys, /* 0 = unused */
|
||||
do_exit, /* 1 = exit */
|
||||
|
|
Loading…
Reference in a new issue