@@ -353,11 +353,4 @@ contract TimelockController is AccessControl {
emit MinDelayChange(_minDelay, newDelay);
_minDelay = newDelay;
}
-
- function scheduleCheck1(bytes32 id) public virtual onlyRole(PROPOSER_ROLE) {
- bool tmp = false;
- require(tmp);
- }