mirror of
https://github.com/reactos/wine.git
synced 2025-02-27 16:26:08 +00:00
msvcrt: Remove _adjust_fdiv() as it is unused.
This commit is contained in:
parent
33dd86d05c
commit
ade1326480
@ -1193,17 +1193,6 @@ void _adj_fptan(void)
|
||||
TRACE("(): stub\n");
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* _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
|
||||
|
Loading…
x
Reference in New Issue
Block a user