summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem
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:27:09 +0900
commit8e2288b4463a0dbe89fccc63f5120746ca5d18ae (patch)
tree04bda58c9e147da611d2b2554f88bffb4e425baf /ksim/monitors/filesystem
parent890889340b73f0bdf9d8f31a941de39494ca17d9 (diff)
downloadtdeutils-8e2288b4463a0dbe89fccc63f5120746ca5d18ae.tar.gz
tdeutils-8e2288b4463a0dbe89fccc63f5120746ca5d18ae.zip
Remove support for OSFHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/monitors/filesystem')
-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 );
}