summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
diff options
context:
space:
mode:
authorbenno <benno@FreeBSD.org>2002-04-15 12:02:43 +0000
committerbenno <benno@FreeBSD.org>2002-04-15 12:02:43 +0000
commitacd63b074d82fbbd0eb251ba3d68aa6e714fe85d (patch)
tree55a055b6da51bda4cebb1b0d5e345613f343a000 /sys/powerpc/include/cpu.h
parente3cf06c03c736ee0226f05d6e033d2c63718a827 (diff)
downloadFreeBSD-src-acd63b074d82fbbd0eb251ba3d68aa6e714fe85d.zip
FreeBSD-src-acd63b074d82fbbd0eb251ba3d68aa6e714fe85d.tar.gz
GC an extraneous prototype of delay().
Diffstat (limited to 'sys/powerpc/include/cpu.h')
-rw-r--r--sys/powerpc/include/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h
index 0bb49b7..1258887 100644
--- a/sys/powerpc/include/cpu.h
+++ b/sys/powerpc/include/cpu.h
@@ -50,7 +50,6 @@
#define cpu_swapout(p)
#define cpu_number() 0
-void delay(int);
#define DELAY(n) delay(n)
extern char bootpath[];
OpenPOWER on IntegriCloud