From 276905bf14fccd9519dbd8a6025c58a51e945d2b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 Feb 2013 08:03:02 +0100 Subject: libfuse: remove deprecated fuse_operations.utime() --- include/fuse.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index dfad371..34498ca 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -156,12 +156,6 @@ struct fuse_operations { /** Change the size of a file */ int (*truncate) (const char *, off_t); - /** Change the access and/or modification times of a file - * - * Deprecated, use utimens() instead. - */ - int (*utime) (const char *, struct utimbuf *); - /** File open operation * * No creation (O_CREAT, O_EXCL) and by default also no -- cgit v1.2.3