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

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[];