From 4e7f8c088522dbf512ae02780f53cdccadb2474a Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 18 Feb 2007 09:31:25 -0800 Subject: Get rid of the stand alone ParamContext since all of the relevant stuff has now been moved to python. --HG-- extra : convert_revision : 608e5ffd0e2b33949a2b183117216f136cfa4484 --- src/sim/main.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/sim/main.cc') diff --git a/src/sim/main.cc b/src/sim/main.cc index 45819f880..8e47ac6a0 100644 --- a/src/sim/main.cc +++ b/src/sim/main.cc @@ -272,13 +272,6 @@ connectPorts(SimObject *o1, const std::string &name1, int i1, void finalInit() { - // Parse and check all non-config-hierarchy parameters. - ParamContext::parseAllContexts(inifile); - ParamContext::checkAllContexts(); - - // Echo all parameter settings to stats file as well. - ParamContext::showAllContexts(*configStream); - // Do a second pass to finish initializing the sim objects SimObject::initAll(); @@ -462,8 +455,6 @@ doExitCleanup() cout.flush(); - ParamContext::cleanupAllContexts(); - // print simulation stats Stats::dump(); } -- cgit v1.2.3