From 985c34bf06af70a7296db8307899a17347a25558 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 20 Jul 2006 17:33:13 -0400 Subject: Remove the DDXTIME conditional, for being unused. --- os/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'os') diff --git a/os/utils.c b/os/utils.c index de3e7c9ec..3900bffa2 100644 --- a/os/utils.c +++ b/os/utils.c @@ -545,7 +545,6 @@ GiveUp(int sig) errno = olderrno; } -#ifndef DDXTIME _X_EXPORT CARD32 GetTimeInMillis(void) { @@ -554,7 +553,6 @@ GetTimeInMillis(void) X_GETTIMEOFDAY(&tp); return(tp.tv_sec * 1000) + (tp.tv_usec / 1000); } -#endif _X_EXPORT void AdjustWaitForDelay (pointer waitTime, unsigned long newdelay) -- cgit v1.2.3