Skip to content

Commit c4eacdd

Browse files
committed
squash one more deprecation
1 parent 99cf163 commit c4eacdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/TwoPhaseCommit/TwoPhaseCoordinator.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Next Obligation. by case/andP: H=>/eqP->_; rewrite /ddom domPt inE/=. Qed.
6767
(************** Coordinator code **************)
6868

6969
(*** Reading internal state ***)
70-
Implicit Arguments TPCProtocol.TPCCoh [cn pts others].
70+
Arguments TPCProtocol.TPCCoh [cn pts others].
7171
Notation coh := (@TPCProtocol.TPCCoh cn pts others).
7272
Notation getS s := (getStatelet s l).
7373
Notation loc i := (getLocal cn (getStatelet i l)).

0 commit comments

Comments
 (0)