From 8e2288b4463a0dbe89fccc63f5120746ca5d18ae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 12 Jan 2025 15:10:43 +0900 Subject: Remove support for OSF Signed-off-by: Michele Calgaro --- ksim/monitors/filesystem/filesystemstats.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ksim/monitors/filesystem/filesystemstats.cpp') 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 ); } -- cgit v1.2.1