mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-18 18:44:26 -04:00
libfuse: remove deprecated fuse_lowlevel_is_lib_option()
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- fuse_setup()
|
||||
- fuse_teardown()
|
||||
- fuse_exited()
|
||||
- fuse_lowlevel_is_lib_option()
|
||||
|
||||
2013-02-06 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user