aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/kern_timeout.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
Remove a bunch of variables which were unused both in GENERIC and LINT.
Found by: -Wunused
Notes
Notes: svn path=/head/; revision=31016
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index f1b30b5ddcc2..0cbe918ee9a4 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.41 1997/09/21 22:00:07 gibbs Exp $
+ * $Id: kern_clock.c,v 1.42 1997/09/24 16:39:16 gibbs Exp $
*/
/* Portions of this software are covered by the following: */
@@ -454,7 +454,6 @@ void
hardclock(frame)
register struct clockframe *frame;
{
- register struct callout *p1;
register struct proc *p;
p = curproc;
@@ -809,7 +808,6 @@ untimeout(ftn, arg, handle)
void *arg;
struct callout_handle handle;
{
- register struct callout *p, *t;
register int s;
/*