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 <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30244
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
Giacomo Travaglini
2020-06-11 17:29:28 +01:00
parent 5d93490e48
commit 4b7f1687db

View File

@@ -33,7 +33,6 @@ import xml.sax.saxutils
from testlib.configuration import config from testlib.configuration import config
import testlib.helper as helper import testlib.helper as helper
import testlib.state as state import testlib.state as state
import testlib.log as log
def _create_uid_index(iterable): def _create_uid_index(iterable):
index = {} index = {}