aboutsummaryrefslogtreecommitdiffstats
path: root/src/bindfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindfs.c')
-rw-r--r--src/bindfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindfs.c b/src/bindfs.c
index 5d7974d..ded13be 100644
--- a/src/bindfs.c
+++ b/src/bindfs.c
@@ -399,7 +399,6 @@ static int bindfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler,
struct dirent *de;
struct stat st;
int result = 0;
- (void) path;
de_buf = malloc(offsetof(struct dirent, d_name) + pathconf(path, _PC_NAME_MAX) + 1);