diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 23:40:20 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-23 11:36:12 -0700 |
commit | 4b901f6d8b898a7582a167835071c856f267536f (patch) | |
tree | d16176a1780002bceb86ee52aa0802cf4bff0373 /lib/torture | |
parent | 133878fe68b2522a46d1c347815779fe0c1ede01 (diff) | |
download | samba-4b901f6d8b898a7582a167835071c856f267536f.tar.gz |
torture: Remove unused variable.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index 379f1dd9548..74dfce19dbc 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) { |