libfuse: remove deprecated fuse_lowlevel_is_lib_option()

This commit is contained in:
Miklos Szeredi
2013-02-08 08:03:02 +01:00
parent 47a1ef9142
commit aebc2ebeb1
4 changed files with 1 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@
- fuse_setup()
- fuse_teardown()
- fuse_exited()
- fuse_lowlevel_is_lib_option()
2013-02-06 Miklos Szeredi <miklos@szeredi.hu>
-3
View File
@@ -1545,9 +1545,6 @@ int fuse_req_interrupted(fuse_req_t req);
* Filesystem setup *
* ----------------------------------------------------------- */
/* Deprecated, don't use */
int fuse_lowlevel_is_lib_option(const char *opt);
/**
* Create a low level session
*
-5
View File
@@ -2616,11 +2616,6 @@ static int fuse_ll_opt_proc(void *data, const char *arg, int key,
return -1;
}
int fuse_lowlevel_is_lib_option(const char *opt)
{
return fuse_opt_match(fuse_ll_opts, opt);
}
static void fuse_ll_destroy(void *data)
{
struct fuse_ll *f = (struct fuse_ll *) data;
-1
View File
@@ -12,7 +12,6 @@ FUSE_3.0 {
fuse_chan_receive;
fuse_chan_send;
fuse_chan_session;
fuse_lowlevel_is_lib_option;
fuse_reply_attr;
fuse_reply_buf;
fuse_reply_entry;