Remove redundant cpu_set_kpc() prototype, found by Paul Goyette.

This commit is contained in:
scottr 1997-05-22 18:40:10 +00:00
parent 248eff8eee
commit 4f74abe8b7
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.48 1997/05/20 03:25:07 scottr Exp $ */
/* $NetBSD: cpu.h,v 1.49 1997/05/22 18:40:10 scottr Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -86,7 +86,6 @@
#define cpu_swapin(p) /* nothing */
#define cpu_wait(p) /* nothing */
#define cpu_swapout(p) /* nothing */
void cpu_set_kpc __P((struct proc *, void (*)(struct proc *)));
/*
* Arguments to hardclock and gatherstats encapsulate the previous