Commit cff1bd6
authored
remove SMT solver from RewriteStepState, use solver from arg. to evaluate (#4002)
Supplies the SMT solver from the `performRewrite` instead of a (wrong)
value from `RewriteStepState`.
We don't need the SMT solver in the `RewriteStepState` as it won't be
modified, and the old code was also setting it to `Nothing`.1 parent 613cb49 commit cff1bd6
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
751 | | - | |
752 | | - | |
| 751 | + | |
753 | 752 | | |
754 | 753 | | |
755 | 754 | | |
| |||
922 | 921 | | |
923 | 922 | | |
924 | 923 | | |
925 | | - | |
926 | 924 | | |
927 | 925 | | |
928 | 926 | | |
| |||
931 | 929 | | |
932 | 930 | | |
933 | 931 | | |
934 | | - | |
935 | 932 | | |
0 commit comments