From 47c348c4c15cb3636195a374326bd8a44b53840f Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 26 Sep 2023 15:54:56 -0400 Subject: [PATCH] delete unused error --- src/grants/interfaces/IGrantFundErrors.sol | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/grants/interfaces/IGrantFundErrors.sol b/src/grants/interfaces/IGrantFundErrors.sol index d2d5f736..bf115fee 100644 --- a/src/grants/interfaces/IGrantFundErrors.sol +++ b/src/grants/interfaces/IGrantFundErrors.sol @@ -12,11 +12,6 @@ interface IGrantFundErrors { /*** Errors ***/ /**************/ - /** - * @notice Voter has already voted on a proposal in the screening stage in a quarter. - */ - error AlreadyVoted(); - /** * @notice User attempted to start a new distribution or claim delegation rewards before the distribution period ended. */