diff options
author | наб <[email protected]> | 2021-03-27 14:18:27 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-02 16:30:34 -0700 |
commit | 02a0fa19995a865fe5194f1777e77dc8779d89b6 (patch) | |
tree | 7345687c13ad752a327890c24204719227c6934d /cmd/zed/zed_file.h | |
parent | ca2ce9c50b6b579741de12867c9b7cbf4f799cb4 (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.h | 2 |
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 */ |