aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/bsdsrc
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2004-12-16 20:40:49 +0000
committerDavid Schultz <das@FreeBSD.org>2004-12-16 20:40:49 +0000
commit527055d12fd930fd51b0af134956b845e48c7861 (patch)
treecd759eaff1e1b3266c195374c198df274e18c030 /lib/msun/bsdsrc
parent17519e9b79d88437bb33f903a3655ad4e3704103 (diff)
downloadsrc-527055d12fd930fd51b0af134956b845e48c7861.tar.gz
src-527055d12fd930fd51b0af134956b845e48c7861.zip
GC unused declaration
Notes
Notes: svn path=/head/; revision=138925
Diffstat (limited to 'lib/msun/bsdsrc')
-rw-r--r--lib/msun/bsdsrc/mathimpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h
index 8c1f96f06773..275b6247f3ee 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);