Skip to content
Prev Previous commit
Next Next commit
refactor: remove unused constant
  • Loading branch information
fnanni-0 committed Jan 10, 2022
commit 0bc092b6752ac6e59b8193cd0b8c0e7c9a5b0858
2 changes: 0 additions & 2 deletions contracts/src/kleros-v1/KlerosV1Governor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ interface IPinakion {
}

contract KlerosV1Governor is IArbitrable, ITokenController {
uint256 private constant MAX_SUBCOURT_ID = 23;

struct DisputeData {
uint256 klerosLiquidDisputeID;
bool ruled;
Expand Down