summaryrefslogtreecommitdiffstats
path: root/src/core/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/misc.c')
-rw-r--r--src/core/misc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/misc.c b/src/core/misc.c
index 4219a36c..fcf0aeab 100644
--- a/src/core/misc.c
+++ b/src/core/misc.c
@@ -8,18 +8,6 @@ MISC Support Routines
#include <gpxe/in.h>
/**************************************************************************
-SLEEP
-**************************************************************************/
-unsigned int sleep(unsigned int secs)
-{
- unsigned long tmo;
-
- for (tmo = currticks()+secs*TICKS_PER_SEC; currticks() < tmo; ) {
- }
- return 0;
-}
-
-/**************************************************************************
INET_ATON - Convert an ascii x.x.x.x to binary form
**************************************************************************/
int inet_aton ( const char *cp, struct in_addr *inp ) {