summaryrefslogtreecommitdiffstats
path: root/src/tools/qlocale.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 18:20:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-08 22:08:36 +0900
commitc147c9001b60295bdd731f95d805460c8973621b (patch)
treed2ee559c0a17cac9acc4aeb00ed4a470fc6e4db7 /src/tools/qlocale.cpp
parent10cded644d5b41f19a2646c6ddcabc4ae9d55f4d (diff)
downloadtqt-c147c900.tar.gz
tqt-c147c900.zip
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f)
Diffstat (limited to 'src/tools/qlocale.cpp')
-rw-r--r--src/tools/qlocale.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tools/qlocale.cpp b/src/tools/qlocale.cpp
index af45c13e0..b69c48a36 100644
--- a/src/tools/qlocale.cpp
+++ b/src/tools/qlocale.cpp
@@ -70,11 +70,6 @@
# include <ieeefp.h>
#endif
-#if defined (Q_OS_OSF) && (defined(__DECC) || defined(__DECCXX))
-# define INFINITY DBL_INFINITY
-# define NAN DBL_QNAN
-#endif
-
#if (defined(Q_CC_GNU) && defined(Q_OS_WIN)) || __GNUC__ == 4 || defined(QT_QLOCALE_NEEDS_VOLATILE)
# define NEEDS_VOLATILE volatile
#else