Remove some debug residuals from fuse_nfs

libnfs-4.0.0-vitalif
Ronnie Sahlberg 2013-11-04 06:36:50 -08:00
parent 8ca7b275f8
commit b4598f416f
1 changed files with 0 additions and 4 deletions

View 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;
}