summaryrefslogtreecommitdiffstats
path: root/source/smbd/aio.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-01-12 19:12:30 +0100
committerVolker Lendecke <vl@samba.org>2008-01-12 23:57:11 +0100
commit24e719a1d432d5de022ab903457df0dd67c24b85 (patch)
treef56248edeb92cbd4e69183aebd4e5c8201ab5193 /source/smbd/aio.c
parent883f7415769ad1e714f636e9d6fbd1f075e69d1e (diff)
downloadsamba-24e719a1d432d5de022ab903457df0dd67c24b85.tar.gz
samba-24e719a1d432d5de022ab903457df0dd67c24b85.tar.xz
samba-24e719a1d432d5de022ab903457df0dd67c24b85.zip
Remove an unused variable
Diffstat (limited to 'source/smbd/aio.c')
-rw-r--r--source/smbd/aio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/aio.c b/source/smbd/aio.c
index c8175f77ace..9c25f69c975 100644
--- a/source/smbd/aio.c
+++ b/source/smbd/aio.c
@@ -451,7 +451,6 @@ static int handle_aio_write_complete(struct aio_extra *aio_ex)
int ret = 0;
files_struct *fsp = aio_ex->fsp;
char *outbuf = aio_ex->outbuf;
- const char *inbuf = aio_ex->inbuf;
ssize_t numtowrite = aio_ex->acb.aio_nbytes;
ssize_t nwritten = SMB_VFS_AIO_RETURN(fsp,&aio_ex->acb);