GC an extraneous prototype of delay().

This commit is contained in:
Benno Rice 2002-04-15 12:02:43 +00:00
parent 004e686359
commit da57e52add
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94751

View File

@ -50,7 +50,6 @@
#define cpu_swapout(p)
#define cpu_number() 0
void delay(int);
#define DELAY(n) delay(n)
extern char bootpath[];