Skip to content

Commit 1643216

Browse files
authored
Removing unecessary overrides
1 parent 4da3aef commit 1643216

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

docs/modules/ROOT/pages/governance.adoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,6 @@ contract MyGovernor is Governor, GovernorCompatibilityBravo, GovernorVotes, Gove
173173

174174
// The functions below are overrides required by Solidity.
175175

176-
function quorum(uint256 blockNumber)
177-
public
178-
view
179-
override(IGovernor, GovernorVotesQuorumFraction)
180-
returns (uint256)
181-
{
182-
return super.quorum(blockNumber);
183-
}
184-
185-
function getVotes(address account, uint256 blockNumber)
186-
public
187-
view
188-
override(IGovernor, Governor)
189-
returns (uint256)
190-
{
191-
return super.getVotes(account, blockNumber);
192-
}
193-
194176
function state(uint256 proposalId)
195177
public
196178
view

0 commit comments

Comments
 (0)