GC unused declaration

This commit is contained in:
David Schultz 2004-12-16 20:40:49 +00:00
parent 17519e9b79
commit 527055d12f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138925

View File

@ -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);