mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Removed unused local variable from shutdown_nice()
This commit is contained in:
parent
d49b5c24e6
commit
4756154a9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10593
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_xxx.c 8.2 (Berkeley) 11/14/93
|
||||
* $Id: kern_xxx.c,v 1.12 1995/08/06 19:45:34 joerg Exp $
|
||||
* $Id: kern_xxx.c,v 1.13 1995/08/20 04:42:25 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -166,8 +166,6 @@ oquota()
|
||||
void
|
||||
shutdown_nice(void)
|
||||
{
|
||||
register struct proc *p;
|
||||
|
||||
/* Send a signal to init(8) and have it shutdown the world */
|
||||
if (initproc != NULL) {
|
||||
psignal(initproc, SIGINT);
|
||||
|
Loading…
Reference in New Issue
Block a user