summaryrefslogtreecommitdiffstats
path: root/kmplot
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 16:21:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 18:38:31 +0900
commit55fa9f4be68ccc295e29c1522e599e58043dab3f (patch)
tree0852d3ec4de195ea010411618c23da821c6291d7 /kmplot
parent4077f441b1d848d8343095a2a9cbfab57d46101f (diff)
downloadtdeedu-55fa9f4b.tar.gz
tdeedu-55fa9f4b.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 879d0179165d84060122f1bc292bfe254c5f5ce0)
Diffstat (limited to 'kmplot')
-rw-r--r--kmplot/kmplot/diagr.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/kmplot/kmplot/diagr.cpp b/kmplot/kmplot/diagr.cpp
index 144e73b0..54f24a46 100644
--- a/kmplot/kmplot/diagr.cpp
+++ b/kmplot/kmplot/diagr.cpp
@@ -27,12 +27,6 @@
#include "diagr.h"
#include "settings.h"
-#ifdef __osf__
-#include <nan.h>
-#define isnan(x) IsNAN(x)
-#define isinf(x) IsINF(X)
-#endif
-
#ifdef USE_SOLARIS
#include <ieeefp.h>
int isinf(double x)