From 7ce331c01ce6eb7b3f5c715a38a24359da9c6ee2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Nov 2001 14:04:29 +0000 Subject: Totally rework the math library, this time based on the MacOs X math library (which is itself based on the math lib from FreeBSD). -Erik --- libm/float/setprec.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 libm/float/setprec.c (limited to 'libm/float/setprec.c') diff --git a/libm/float/setprec.c b/libm/float/setprec.c deleted file mode 100644 index a5222ae73..000000000 --- a/libm/float/setprec.c +++ /dev/null @@ -1,10 +0,0 @@ -/* Null stubs for coprocessor precision settings */ - -int -sprec() {return 0; } - -int -dprec() {return 0; } - -int -ldprec() {return 0; } -- cgit v1.2.3