diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |