From ac8e73565a244257f233cecfe936caf043af18fe Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Mon, 19 Dec 2016 16:25:37 +0000 Subject: [PATCH] sim: Remove redundant buildEnv import Change-Id: Id6bdbc0c988aa92b96e292cabc913e6b974f14bb Signed-off-by: Andreas Sandberg Reviewed-by: Curtis Dunham --- configs/common/Caches.py | 1 + src/sim/Root.py | 1 - src/sim/System.py | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/common/Caches.py b/configs/common/Caches.py index acaa0024e..926a41d07 100644 --- a/configs/common/Caches.py +++ b/configs/common/Caches.py @@ -38,6 +38,7 @@ # # Authors: Lisa Hsu +from m5.defines import buildEnv from m5.objects import * # Base implementations of L1, L2, IO and TLB-walker caches. There are diff --git a/src/sim/Root.py b/src/sim/Root.py index 776222b9c..e754a764c 100644 --- a/src/sim/Root.py +++ b/src/sim/Root.py @@ -29,7 +29,6 @@ # Authors: Nathan Binkert from m5.SimObject import SimObject -from m5.defines import buildEnv from m5.params import * from m5.util import fatal diff --git a/src/sim/System.py b/src/sim/System.py index 0d0251646..8ebf7a024 100644 --- a/src/sim/System.py +++ b/src/sim/System.py @@ -29,7 +29,6 @@ # Rick Strong from m5.SimObject import SimObject -from m5.defines import buildEnv from m5.params import * from m5.proxy import *