cosmetic : Removed an unneeded function in fuse_lowlevel.c (and a gcc 4.6 warning)

edge.strict_endians
Jean-Pierre André 2011-08-04 15:49:35 +02:00
parent 12e54df513
commit 0147a15e1e
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,7 @@ static int send_reply(fuse_req_t req, int error, const void *arg,
return send_reply_iov(req, error, iov, count);
}
#if 0 /* not used */
int fuse_reply_iov(fuse_req_t req, const struct iovec *iov, int count)
{
int res;
@ -209,6 +210,7 @@ int fuse_reply_iov(fuse_req_t req, const struct iovec *iov, int count)
return res;
}
#endif
size_t fuse_dirent_size(size_t namelen)
{