From f00795452566901e80d1094e81f9c26461b2a9cd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 28 Mar 2016 13:48:15 -0700 Subject: Inlined fuse_chan_fd --- include/fuse_lowlevel.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/fuse_lowlevel.h') diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 32908cb..9bdd655 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1701,14 +1701,6 @@ int fuse_session_loop_mt(struct fuse_session *se); * Channel interface * * ----------------------------------------------------------- */ -/** - * Query the file descriptor of the channel - * - * @param ch the channel - * @return the file descriptor passed to fuse_chan_new() - */ -int fuse_chan_fd(struct fuse_chan *ch); - /** * Obtain counted reference to the channel * -- cgit v1.2.3