Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/30241 )
Change subject: ext: Remove dead code in uid.py
......................................................................
ext: Remove dead code in uid.py
This has been tested with vulture:
https://pypi.org/project/vulture
JIRA: https://gem5.atlassian.net/projects/GEM5/issues/GEM5-533
Change-Id: Ifb7c0c5b19de3687be8296013228bfe830fdccee
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M ext/testlib/uid.py
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git a/ext/testlib/uid.py b/ext/testlib/uid.py
index f8951a2..94761ec 100644
--- a/ext/testlib/uid.py
+++ b/ext/testlib/uid.py
@@ -59,14 +59,6 @@
return globals()[uid.split(cls.sep)[cls.type_idx]]
@classmethod
- def from_suite(self, suite, filepath):
- return SuiteUID(filepath, suite.name)
-
- @classmethod
- def from_test(self, test, filepath):
- return TestUID(filepath, test.name, test.parent_suite.name)
-
- @classmethod
def from_uid(cls, uid):
args = uid.split(cls.sep)
del args[cls.type_idx]
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30241
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ifb7c0c5b19de3687be8296013228bfe830fdccee
Gerrit-Change-Number: 30241
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s