diff options
Diffstat (limited to 'lib/msun/bsdsrc/mathimpl.h')
-rw-r--r-- | lib/msun/bsdsrc/mathimpl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h index 8c1f96f..275b624 100644 --- a/lib/msun/bsdsrc/mathimpl.h +++ b/lib/msun/bsdsrc/mathimpl.h @@ -41,7 +41,6 @@ * Functions internal to the math package, yet not static. */ extern double __exp__E(); -extern double __log__L(); struct Double {double a, b;}; double __exp__D(double, double); |