diff options
author | Volker Lendecke <vl@samba.org> | 2008-01-12 19:12:30 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-01-12 23:57:11 +0100 |
commit | bb2c52ad43b12c30315189ebbd722ae3125e457b (patch) | |
tree | 8afd7b7d71ef3c22fe2306664b52b5a0a4d7618b | |
parent | 18083f1d88f3cfade68587f9289fa709c229e1d0 (diff) | |
download | samba-bb2c52ad43b12c30315189ebbd722ae3125e457b.tar.gz samba-bb2c52ad43b12c30315189ebbd722ae3125e457b.tar.bz2 samba-bb2c52ad43b12c30315189ebbd722ae3125e457b.zip |
Remove an unused variable
(This used to be commit 24e719a1d432d5de022ab903457df0dd67c24b85)
-rw-r--r-- | source3/smbd/aio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/aio.c b/source3/smbd/aio.c index c8175f77ac..9c25f69c97 100644 --- a/source3/smbd/aio.c +++ b/source3/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); |