Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Aug 5, 2024
1 parent 9e1ee3c commit e3b0a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/soundness/compositionality/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ proof fn a_property_holds_globally<S, I>(spec: TempPred<S>)
}
}

b_property_holds_globally::<S, I>(spec);
b_inv_holds_locally::<S, I>(spec);
a_property_holds_locally::<S, I>(spec);
}
Expand Down

0 comments on commit e3b0a55

Please sign in to comment.