diff options
-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 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) { |