Skip to content

Commit fa5162f

Browse files
committed
Shared: Remove the backwards compatbility flag.
1 parent 2a8fe53 commit fa5162f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

misc/scripts/models-as-data/generate_flow_model.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ def make(language):
8484
generator.printHelp()
8585
sys.exit(0)
8686

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-
9287
if "--with-sinks" in sys.argv:
9388
sys.argv.remove("--with-sinks")
9489
generator.generateSinks = True

0 commit comments

Comments
 (0)