Skip to content

Commit

Permalink
remove unusued function
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 17, 2024
1 parent ef42b24 commit 2016e23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ contract ProposalMock is Proposal {

function canExecute(uint256 proposalId) external view returns (bool) {}

function createProposalId(
Action[] memory actions,
bytes memory metadata
) external view returns (uint256) {}

function customProposalParamsABI() external view returns (string memory) {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,5 @@ contract ProposalUpgradeableMock is ProposalUpgradeable {

function canExecute(uint256 proposalId) external view returns (bool) {}

function createProposalId(
Action[] memory actions,
bytes memory metadata
) external view returns (uint256) {}

function customProposalParamsABI() external view returns (string memory) {}
}

0 comments on commit 2016e23

Please sign in to comment.