summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/largefile/largefiletest.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 /config.tests/unix/largefile/largefiletest.cpp
parent10cded644d5b41f19a2646c6ddcabc4ae9d55f4d (diff)
downloadtqt-c147c9001b60295bdd731f95d805460c8973621b.tar.gz
tqt-c147c9001b60295bdd731f95d805460c8973621b.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 'config.tests/unix/largefile/largefiletest.cpp')
-rw-r--r--config.tests/unix/largefile/largefiletest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.tests/unix/largefile/largefiletest.cpp b/config.tests/unix/largefile/largefiletest.cpp
index ed04e7a4a..b3626621a 100644
--- a/config.tests/unix/largefile/largefiletest.cpp
+++ b/config.tests/unix/largefile/largefiletest.cpp
@@ -18,7 +18,6 @@ int main( int, char **argv )
if (OFF_T_64 % 2147483647 != 1)
return 1;
- // stat breaks on SCO OpenServer
struct stat buf;
stat( argv[0], &buf );
if (!S_ISREG(buf.st_mode))