msvcrt: Remove _adjust_fdiv() as it is unused.

Francois Gouget fgouget at free.fr
Fri Dec 12 03:19:03 CST 2008


---

According to the spec file, _adjust_fdiv is a variable and points to 
MSVCRT__adjust_fdiv. So this function is unused and seems to have no 
prospect of ever being used.

 dlls/msvcrt/math.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c
index 30d7956..9ea8245 100644
--- a/dlls/msvcrt/math.c
+++ b/dlls/msvcrt/math.c
@@ -1194,17 +1194,6 @@ void _adj_fptan(void)
 }
 
 /***********************************************************************
- *		_adjust_fdiv (MSVCRT.@)
- * FIXME
- *    I _think_ this function should be a variable indicating whether
- *    Pentium fdiv bug safe code should be used.
- */
-void _adjust_fdiv(void)
-{
-  TRACE("(): stub\n");
-}
-
-/***********************************************************************
  *		_safe_fdiv (MSVCRT.@)
  * FIXME
  *    This function is likely to have the wrong number of arguments.
-- 
1.5.6.5




More information about the wine-patches mailing list