summaryrefslogtreecommitdiff
path: root/util/stats/profile.py
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2019-02-12 09:57:15 +0000
committerAndreas Sandberg <andreas.sandberg@arm.com>2019-02-12 16:44:21 +0000
commitbc42d2fa8bc7fc2bd610011993ac168e8f5f41d3 (patch)
tree27fb9d9889a55c2fe43dd27610fa353bd4eea238 /util/stats/profile.py
parent31dff7faa0a0be22e70376a49748cf4b8f1eb5f9 (diff)
downloadgem5-bc42d2fa8bc7fc2bd610011993ac168e8f5f41d3.tar.xz
python: Replace orderdict with collections.OrderedDict
Python 2.7 and newer has support for ordered dictionaries in the standard library. Remove this custom class. Change-Id: I4b720405aa3c4ce8d5c0b401eefe744a85ac3a3e Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/16362 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util/stats/profile.py')
-rw-r--r--util/stats/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/stats/profile.py b/util/stats/profile.py
index 6959e0e34..3bd3666ea 100644
--- a/util/stats/profile.py
+++ b/util/stats/profile.py
@@ -26,7 +26,6 @@
#
# Authors: Nathan Binkert
-from orderdict import orderdict
import output
class FileData(dict):