summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-11-13 21:37:41 -0800
committerPavel Roskin <plroskin@gmail.com>2016-11-26 09:17:51 -0800
commitf622a17c751b11435304e888454d1b39b12289c7 (patch)
tree255e37cd32954975f4a9fcf17ae1cb69acaca8c6
parent46f402537247420b0b0b873fa8208db04dfcd4d6 (diff)
downloadxrdp-proprietary-f622a17c751b11435304e888454d1b39b12289c7.tar.gz
xrdp-proprietary-f622a17c751b11435304e888454d1b39b12289c7.zip
Remove write-only FileId variable
-rw-r--r--sesman/chansrv/chansrv_fuse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sesman/chansrv/chansrv_fuse.c b/sesman/chansrv/chansrv_fuse.c
index 91739604..8eac7c25 100644
--- a/sesman/chansrv/chansrv_fuse.c
+++ b/sesman/chansrv/chansrv_fuse.c
@@ -2570,7 +2570,6 @@ static void xfuse_cb_release(fuse_req_t req, fuse_ino_t ino, struct
{
XFUSE_INFO *fip = NULL;
XFUSE_HANDLE *handle = (XFUSE_HANDLE *) (tintptr) (fi->fh);
- tui32 FileId;
log_debug("entered: ino=%ld fi=%p fi->fh=0x%llx", ino, fi,
(long long) fi->fh);
@@ -2624,7 +2623,6 @@ static void xfuse_cb_release(fuse_req_t req, fuse_ino_t ino, struct
log_debug(" +++ created XFUSE_INFO=%p XFUSE_INFO->fi=%p XFUSE_INFO->fi->fh=0x%llx",
fip, fip->fi, (long long) fip->fi->fh);
- FileId = handle->FileId;
fip->fi->fh = 0;
xinode->close_in_progress = 1;