]> Zhao Yanbai Git Server - minix.git/commitdiff
PM: remove unused core_name variable
authorDavid van Moolenbroek <david@minix3.org>
Thu, 29 Oct 2009 12:07:53 +0000 (12:07 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 29 Oct 2009 12:07:53 +0000 (12:07 +0000)
servers/pm/glo.h
servers/pm/table.c

index ed4f3d3269a8f4fe17725063c98b624e954fa173..35ca458b842a4c1457beabcc4c413f09e5fe24c7 100644 (file)
@@ -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 */
 
index 7e21d1c1351fee12e43e7c877fa3520e339284e8..1ba34d1c191b1acec110b4ec0377ce1a6fd64cb0 100644 (file)
@@ -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    */