Remove some debug residuals from fuse_nfs
[deb_libnfs.git] / examples / fuse_nfs.c
index fa30764d2e1e5a4f46dd3256c167e45047173482..261a6aabd28c5b540ab78dfa4b2bc7fa69fa1f41 100644 (file)
@@ -31,8 +31,6 @@
 
 #define discard_const(ptr) ((void *)((intptr_t)(ptr)))
 
-FILE *fh=NULL;
-
 struct nfs_context *nfs = NULL;
 
 static int fuse_nfs_getattr(const char *path, struct stat *stbuf)
@@ -122,8 +120,6 @@ static int fuse_nfs_create(const char *path, mode_t mode, struct fuse_file_info
 
        fi->fh = (uint64_t)nfsfh;
 
-//nfs_chown
-
        return ret;
 }