summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.c')
-rw-r--r--freebsd/Platform.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index 3e8faaea..3f69d207 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -287,12 +287,6 @@ char* Platform_getProcessEnv(pid_t pid) {
return env;
}
-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;