]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:include: remove unused update_stat_ex_file_id() prototype
authorStefan Metzmacher <metze@samba.org>
Wed, 10 Aug 2022 14:45:26 +0000 (16:45 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 11 Aug 2022 18:28:36 +0000 (18:28 +0000)
It was removed by commit 643da37fd139413651a6198fb0f6e550f7de6584

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/proto.h

index aebbd7f9c47ceab3edac88f96905c1e34b57ecf0..6a6edc36dfb0607fcc01b6c6df0f5cedabdf6a43 100644 (file)
@@ -171,7 +171,6 @@ int sys_fcntl_long(int fd, int cmd, long arg);
 int sys_fcntl_int(int fd, int cmd, int arg);
 void update_stat_ex_mtime(struct stat_ex *dst, struct timespec write_ts);
 void update_stat_ex_create_time(struct stat_ex *dst, struct timespec create_time);
-void update_stat_ex_file_id(struct stat_ex *dst, uint64_t file_id);
 void update_stat_ex_from_saved_stat(struct stat_ex *dst,
                                    const struct stat_ex *src);
 int sys_stat(const char *fname, SMB_STRUCT_STAT *sbuf,