config: Fix handling of parents for simobject vectors
[gem5.git] / src / python / m5 / core.py
index 1d7985be62b5e16526dec1b4df5e3aa6ea01aff2..8fa3d6faca514e6b2860a256925f8a94b1313a3e 100644 (file)
 # 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()
-