X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fpython%2Fm5%2Fcore.py;h=8fa3d6faca514e6b2860a256925f8a94b1313a3e;hb=15938e049267d87e4272aa863741e56eba883117;hp=1d7985be62b5e16526dec1b4df5e3aa6ea01aff2;hpb=6f787e3d368eb248aee0854d99ed55e332d80170;p=gem5.git diff --git a/src/python/m5/core.py b/src/python/m5/core.py index 1d7985be6..8fa3d6fac 100644 --- a/src/python/m5/core.py +++ b/src/python/m5/core.py @@ -27,14 +27,6 @@ # Authors: Nathan Binkert import internal -from internal.core import initAll, regAllStats def setOutputDir(dir): internal.core.setOutputDir(dir) - -def initAll(): - internal.core.initAll() - -def regAllStats(): - internal.core.regAllStats() -