Skip to content

Commit a41294a

Browse files
unknownunknown1jaybuidl
authored andcommitted
fix(KC): removed unused variable
1 parent 583dfe7 commit a41294a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/src/arbitration/KlerosCore.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ contract KlerosCore is IArbitrator {
425425
/// @param _disputeKitIDs The IDs of dispute kits which support should be added/removed.
426426
/// @param _enable Whether add or remove the dispute kits from the court.
427427
function enableDisputeKits(uint96 _courtID, uint256[] memory _disputeKitIDs, bool _enable) external onlyByGovernor {
428-
Court storage court = courts[_courtID];
429428
for (uint256 i = 0; i < _disputeKitIDs.length; i++) {
430429
if (_enable) {
431430
require(_disputeKitIDs[i] > 0 && _disputeKitIDs[i] < disputeKitNodes.length, "Wrong DK index");

0 commit comments

Comments
 (0)