Skip to content

Commit fc05f37

Browse files
committed
autogen: Remove remnant of dry_run
The implementation of the `--update-hol-light-bytecode` switch for `scripts/autogen` still made use of the `dry_run` parameter which is now no longer needed for the core of autogen. Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent 70cf7b8 commit fc05f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ def update_hol_light_bytecode():
30273027
# Update each .ml file
30283028
for obj_name, bytecode in bytecode_dict.items():
30293029
ml_file = "proofs/hol_light/arm/proofs/" + obj_name + ".ml"
3030-
update_bytecode_in_proof_script(ml_file, bytecode, dry_run)
3030+
update_bytecode_in_proof_script(ml_file, bytecode)
30313031

30323032

30333033
def gen_test_config(config_path, config_spec, default_config_content):

0 commit comments

Comments
 (0)