summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index a05fbbf4bc..684e0790be 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -822,7 +822,6 @@ static bool rw_torture2(struct cli_state *c1, struct cli_state *c2)
for (i = 0; i < torture_numops; i++)
{
- NTSTATUS status;
size_t buf_size = ((unsigned)sys_random()%(sizeof(buf)-1))+ 1;
if (i % 10 == 0) {
printf("%d\r", i); fflush(stdout);