Skip to content

Commit

Permalink
[fix] Remove reference to OIL_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Nov 23, 2021
1 parent a04fe61 commit 78ef1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/flag_gen.py
Expand Up @@ -399,7 +399,6 @@ def main(argv):
specs = {}
specs.update(flag_spec.FLAG_SPEC)
specs.update(flag_spec.FLAG_SPEC_AND_MORE)
specs.update(flag_spec.OIL_SPEC)
#log('SPECS %s', specs)

for spec_name in sorted(specs):
Expand Down

0 comments on commit 78ef1fe

Please sign in to comment.