summaryrefslogtreecommitdiff
path: root/cad/cider/files/patch-bm
diff options
context:
space:
mode:
Diffstat (limited to 'cad/cider/files/patch-bm')
-rw-r--r--cad/cider/files/patch-bm16
1 files changed, 0 insertions, 16 deletions
diff --git a/cad/cider/files/patch-bm b/cad/cider/files/patch-bm
deleted file mode 100644
index d750cfd15b6b..000000000000
--- a/cad/cider/files/patch-bm
+++ /dev/null
@@ -1,16 +0,0 @@
---- cider/common/src/lib/support/erfc.c.orig Sat Jan 29 19:29:27 1994
-+++ cider/common/src/lib/support/erfc.c Tue Oct 24 12:23:09 2000
-@@ -10,6 +10,7 @@
-
- /* erfc computes the erfc(x) the code is from sedan's derfc.f */
-
-+#ifdef HAS_NO_ERFC
- double erfc ( x )
- double x;
- {
-@@ -46,4 +47,4 @@
- return( 1.0 - sum2 );
- }
- }
--
-+#endif