From 99fad97e6f9b2883d44601427389fb801b3e8de5 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 14 Nov 2008 04:14:51 +0000 Subject: -- Finally remove all stop watch code git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@28 0d43b9a7-5ab2-4d7b-af9d-f64450cef757 --- emfloat.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'emfloat.h') diff --git a/emfloat.h b/emfloat.h index 2761ae5..59dc809 100644 --- a/emfloat.h +++ b/emfloat.h @@ -124,15 +124,3 @@ static void DivideInternalFPF(InternalFPF *x,InternalFPF *y, /* static void LongToInternalFPF(long mylong, */ static void Int32ToInternalFPF(int32_t mylong, InternalFPF *dest); -#ifdef DEBUG -static int InternalFPFToString(char *dest, - InternalFPF *src); -#endif - -/* -** EXTERNALS -*/ -extern unsigned long StartStopwatch(); -extern unsigned long StopStopwatch(unsigned long elapsed); -/* extern long randwc(long num); */ -extern int32_t randwc(int32_t num); -- cgit v1.2.3