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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user