summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem/filesystemstats.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 15:10:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-12 19:40:16 +0900
commitdec3b5b60e8ef18780dce4b408033ab9d9abd269 (patch)
tree1e6f65d5a1bbc72e8cfc3adba77d9a2ec57b59f5 /ksim/monitors/filesystem/filesystemstats.cpp
parent17b2c6b85c616b720fa8c8884fa9fc83460cbdc1 (diff)
downloadtdeutils-dec3b5b60e8ef18780dce4b408033ab9d9abd269.tar.gz
tdeutils-dec3b5b60e8ef18780dce4b408033ab9d9abd269.zip
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8e2288b4463a0dbe89fccc63f5120746ca5d18ae)
Diffstat (limited to 'ksim/monitors/filesystem/filesystemstats.cpp')
-rw-r--r--ksim/monitors/filesystem/filesystemstats.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/ksim/monitors/filesystem/filesystemstats.cpp b/ksim/monitors/filesystem/filesystemstats.cpp
index 5c1cf3a..045e2ad 100644
--- a/ksim/monitors/filesystem/filesystemstats.cpp
+++ b/ksim/monitors/filesystem/filesystemstats.cpp
@@ -175,12 +175,7 @@ FilesystemStats::List FilesystemStats::readEntries()
Entry entry;
entry.dir = sfs[i].f_mntonname;
entry.fsname = sfs[i].f_mntfromname;
-
-#ifdef __osf__
- entry.type = getvfsbynumber(sfs[i].f_type);
-#else
entry.type = sfs[i].f_fstypename;
-#endif
list.append( entry );
}