diff options
author | das <das@FreeBSD.org> | 2004-12-16 20:40:49 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2004-12-16 20:40:49 +0000 |
commit | 0ca0cdb376d390706a4ec5932fb9e6ab663d6dbc (patch) | |
tree | cd759eaff1e1b3266c195374c198df274e18c030 /lib/msun/bsdsrc | |
parent | 8daeb2e028ae11c31a04910c50123d414c4fa58f (diff) | |
download | FreeBSD-src-0ca0cdb376d390706a4ec5932fb9e6ab663d6dbc.zip FreeBSD-src-0ca0cdb376d390706a4ec5932fb9e6ab663d6dbc.tar.gz |
GC unused declaration
Diffstat (limited to 'lib/msun/bsdsrc')
-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); |