Commit ade13264 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcrt: Remove _adjust_fdiv() as it is unused.

parent 33dd86d0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment