summaryrefslogtreecommitdiff
path: root/textproc/srilm/files/patch-lm-src-matherr.c
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/srilm/files/patch-lm-src-matherr.c')
-rw-r--r--textproc/srilm/files/patch-lm-src-matherr.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/srilm/files/patch-lm-src-matherr.c b/textproc/srilm/files/patch-lm-src-matherr.c
deleted file mode 100644
index d4174d7c68b2..000000000000
--- a/textproc/srilm/files/patch-lm-src-matherr.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- lm/src/matherr.c.orig Fri Jul 29 11:29:51 2005
-+++ lm/src/matherr.c Mon Jul 3 15:16:58 2006
-@@ -18,13 +18,6 @@
- matherr(struct exception *x)
- #endif
- {
-- if (x->type == SING && strcmp(x->name, "log10") == 0) {
-- /*
-- * suppress warnings about log10(0.0)
-- */
-- return 1;
-- } else {
- return 0;
-- }
- }
-