Get rid of the stand alone ParamContext since all of the

relevant stuff has now been moved to python.

--HG--
extra : convert_revision : 608e5ffd0e2b33949a2b183117216f136cfa4484
This commit is contained in:
Nathan Binkert
2007-02-18 09:31:25 -08:00
parent ee93b48314
commit 4e7f8c0885
6 changed files with 11 additions and 182 deletions

View File

@@ -253,7 +253,7 @@ def gen_hh(filename):
print >>hhfile, '''
// The remaining enum values are *not* valid indices for Trace::flags.
// They are "compound" flags, which correspond to sets of base
// flags, and are used only by TraceParamContext::setFlags().
// flags, and are used by changeFlag.
''',
for flag in compoundFlags: