From 4b7f1687db86d1dc5de586047af56d4139af1f06 Mon Sep 17 00:00:00 2001 From: Giacomo Travaglini Date: Thu, 11 Jun 2020 17:29:28 +0100 Subject: [PATCH] ext: Remove dead code from results.py This has been tested with vulture: https://pypi.org/project/vulture JIRA: https://gem5.atlassian.net/projects/GEM5/issues/GEM5-533 Change-Id: Ib145f8916fdde9f1571eb71ca2fef3501b48804b Signed-off-by: Giacomo Travaglini Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30244 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- ext/testlib/result.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/testlib/result.py b/ext/testlib/result.py index 38b3322ba..2d2c506a1 100644 --- a/ext/testlib/result.py +++ b/ext/testlib/result.py @@ -33,7 +33,6 @@ import xml.sax.saxutils from testlib.configuration import config import testlib.helper as helper import testlib.state as state -import testlib.log as log def _create_uid_index(iterable): index = {} -- 2.30.2