Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
billxu committed Jun 10, 2024
1 parent 031ccdd commit 4a7affb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ interface IFaultDisputeGame is IDisputeGame {
Clock clock;
}

struct ClaimDataOffset {
ClaimData claimData;
uint128 claimOffset;
}

/// @notice The `ResolutionCheckpoint` struct represents the data associated with an in-progress claim resolution.
struct ResolutionCheckpoint {
bool initialCheckpointComplete;
Expand Down

0 comments on commit 4a7affb

Please sign in to comment.