-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
A couple of small simplifications that are obvious by themselves but would have made #1667 a bit harder to review: * `Env.sign_of_cmi` is only called via `read_sign_of_cmi` with `~freshen:true`, so just rename `sign_of_cmi` to `read_sign_of_cmi` and freshen unconditionally * `Persistent_env.save_pers_struct` requires a `pers_struct` but doesn't use all of it, so split out its arguments
- Loading branch information
1 parent
81cce63
commit a493702
Showing
2 changed files
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters