summaryrefslogtreecommitdiff
path: root/lib/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-22 23:40:20 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-09-23 11:36:12 -0700
commit4b901f6d8b898a7582a167835071c856f267536f (patch)
treed16176a1780002bceb86ee52aa0802cf4bff0373 /lib/torture
parent133878fe68b2522a46d1c347815779fe0c1ede01 (diff)
downloadsamba-4b901f6d8b898a7582a167835071c856f267536f.tar.gz
samba-4b901f6d8b898a7582a167835071c856f267536f.tar.bz2
samba-4b901f6d8b898a7582a167835071c856f267536f.zip
torture: Remove unused variable.
Diffstat (limited to 'lib/torture')
-rw-r--r--lib/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c
index 379f1dd954..74dfce19db 100644
--- a/lib/torture/torture.c
+++ b/lib/torture/torture.c
@@ -339,7 +339,6 @@ static bool internal_torture_run_test(struct torture_context *context,
const char **restricted)
{
bool success;
- char *old_testname = NULL;
char *subunit_testname = NULL;
if (tcase == NULL || strcmp(test->name, tcase->name) != 0) {