diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fuse.h b/include/fuse.h index 7761f7c..3279ef1 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -732,9 +732,6 @@ int fuse_interrupted(void); */ int fuse_invalidate(struct fuse *f, const char *path); -/* Deprecated, don't use */ -int fuse_is_lib_option(const char *opt); - /** * The real main function * |