aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1995-09-06 15:23:20 +0000
committerNate Williams <nate@FreeBSD.org>1995-09-06 15:23:20 +0000
commit4756154a9ecc54f001e00b0fdcc420857cf16b03 (patch)
tree2a1935aa58ea3defc8fd186832eef3e13fc0d958
parentd49b5c24e6d506ac8a12694550d8da08a896f5b4 (diff)
downloadsrc-4756154a9ecc54f001e00b0fdcc420857cf16b03.tar.gz
src-4756154a9ecc54f001e00b0fdcc420857cf16b03.zip
Removed unused local variable from shutdown_nice()
Notes
Notes: svn path=/head/; revision=10593
-rw-r--r--sys/kern/kern_xxx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c
index 0ef0a36206af..b83ab625520b 100644
--- a/sys/kern/kern_xxx.c
+++ b/sys/kern/kern_xxx.c
@@ -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);