summaryrefslogtreecommitdiff
path: root/source/lib/sendfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/sendfile.c')
-rw-r--r--source/lib/sendfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/sendfile.c b/source/lib/sendfile.c
index f9f33b8f35e..f4f6e16526f 100644
--- a/source/lib/sendfile.c
+++ b/source/lib/sendfile.c
@@ -404,7 +404,6 @@ ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T of
ssize_t sys_sendfile(int tofd, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count)
{
- size_t total=0;
struct sf_parms hdtrl;
/* Set up the header/trailer struct params. */