From 4b901f6d8b898a7582a167835071c856f267536f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Sep 2010 23:40:20 -0700 Subject: torture: Remove unused variable. --- lib/torture/torture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/torture') 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) { -- cgit