We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b35d32 commit d83f7bcCopy full SHA for d83f7bc
misc/scripts/models-as-data/generate_flow_model.py
@@ -84,11 +84,6 @@ def make(language):
84
generator.printHelp()
85
sys.exit(0)
86
87
- # Convert --with-mixed-summaries to --with-summaries for backward compatibility
88
- if "--with-mixed-summaries" in sys.argv:
89
- sys.argv.remove("--with-mixed-summaries")
90
- sys.argv.append("--with-summaries")
91
-
92
if "--with-sinks" in sys.argv:
93
sys.argv.remove("--with-sinks")
94
generator.generateSinks = True
0 commit comments