From 092059bd95f7aa770f2991c2e487765630028e7f Mon Sep 17 00:00:00 2001 From: dhewg Date: Wed, 21 Dec 2011 18:13:35 +0100 Subject: [PATCH] Get rid of the unused Sys_FPU_ClearStack --- sys/sys_public.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys_public.h b/sys/sys_public.h index 86e8166..be16da8 100644 --- a/sys/sys_public.h +++ b/sys/sys_public.h @@ -151,9 +151,6 @@ int Sys_GetProcessorId( void ); // returns true if the FPU stack is empty bool Sys_FPU_StackIsEmpty( void ); -// empties the FPU stack -void Sys_FPU_ClearStack( void ); - // returns the FPU state as a string const char * Sys_FPU_GetState( void );