UKERNEL: remove redundant declaration of osi_GetTime
[openafs.git] / src / rx / rx_prototypes.h
index 8485f6e..314ba0a 100644 (file)
@@ -188,9 +188,6 @@ extern int clock_UnInit(void);
 #if !defined(clock_UpdateTime)
 extern void clock_UpdateTime(void);
 #endif
-#if defined(UKERNEL) && !defined(osi_GetTime)
-extern int osi_GetTime(struct timeval *tv);
-#endif
 
 /* rx_clock_nt.c */