Francois Gouget : msvcrt: Remove _adjust_fdiv() as it is unused.

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:16 CST 2008


Module: wine
Branch: master
Commit: ade1326480e2c53fdec045b38313c2166360e93e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ade1326480e2c53fdec045b38313c2166360e93e

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 12 10:19:03 2008 +0100

msvcrt: Remove _adjust_fdiv() as it is unused.

---

 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.




More information about the wine-cvs mailing list