From: Stefan Metzmacher Date: Wed, 10 Aug 2022 14:45:26 +0000 (+0200) Subject: s3:include: remove unused update_stat_ex_file_id() prototype X-Git-Tag: talloc-2.4.0~1475 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c7e8c5f80f1488456f9dd6225020d29f74458d2;p=thirdparty%2Fsamba.git s3:include: remove unused update_stat_ex_file_id() prototype It was removed by commit 643da37fd139413651a6198fb0f6e550f7de6584 Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/source3/include/proto.h b/source3/include/proto.h index aebbd7f9c47..6a6edc36dfb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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,