summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2022-11-26 00:48:54 +0100
committerBenBE <BenBE@geshi.org>2023-01-08 18:22:10 +0100
commit67bc7fe640bed8b8fa8006c9152442023928b756 (patch)
tree0d5cb1fc65c1d2de3c70e8d698e0b0f0f58bea78 /solaris
parentaa48120a160b1eadf7d87e46385767cec5392c8f (diff)
Clean out Platform_getInodeFilename
It's an artefact of the previous implementation of Platform_getProcessLocks for Linux, and is never used; there's no reason for it to have ever been exported
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Platform.c6
-rw-r--r--solaris/Platform.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/solaris/Platform.c b/solaris/Platform.c
index 4d1b2487..a99052c3 100644
--- a/solaris/Platform.c
+++ b/solaris/Platform.c
@@ -308,12 +308,6 @@ char* Platform_getProcessEnv(pid_t pid) {
return xRealloc(envBuilder.env, envBuilder.size + 1);
}
-char* Platform_getInodeFilename(pid_t pid, ino_t inode) {
- (void)pid;
- (void)inode;
- return NULL;
-}
-
FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid) {
(void)pid;
return NULL;
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 136db197..14431e35 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -86,8 +86,6 @@ void Platform_setZfsCompressedArcValues(Meter* this);
char* Platform_getProcessEnv(pid_t pid);
-char* Platform_getInodeFilename(pid_t pid, ino_t inode);
-
FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid);
bool Platform_getDiskIO(DiskIOData* data);

© 2014-2024 Faster IT GmbH | imprint | privacy policy