aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_file.h
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-03-27 14:18:27 +0100
committerBrian Behlendorf <[email protected]>2021-04-02 16:30:34 -0700
commit02a0fa19995a865fe5194f1777e77dc8779d89b6 (patch)
tree7345687c13ad752a327890c24204719227c6934d /cmd/zed/zed_file.h
parentca2ce9c50b6b579741de12867c9b7cbf4f799cb4 (diff)
zed: remove unused zed_file_close_on_exec()
The FIXME comment was there since the initial implementation in 2014, there are no users Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #11807
Diffstat (limited to 'cmd/zed/zed_file.h')
-rw-r--r--cmd/zed/zed_file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/zed/zed_file.h b/cmd/zed/zed_file.h
index 7dcae8381..28a5dd0cc 100644
--- a/cmd/zed/zed_file.h
+++ b/cmd/zed/zed_file.h
@@ -30,6 +30,4 @@ pid_t zed_file_is_locked(int fd);
void zed_file_close_from(int fd);
-int zed_file_close_on_exec(int fd);
-
#endif /* !ZED_FILE_H */