Skip to content

Commit cd016b3

Browse files
committed
chore: cleanup
1 parent 8819241 commit cd016b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contracts/src/arbitration/dispute-kits/DisputeKitShutterPoC.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,4 @@ contract DisputeKitShutterPoC {
108108
}
109109
emit VoteCast(_coreDisputeID, msg.sender, _voteIDs, _choice, _justification);
110110
}
111-
112-
function maxVoteIDs() public view returns (uint256) {
113-
return votes.length - 1;
114-
}
115111
}

0 commit comments

Comments
 (0)