Delete unused variable (#4565)

This commit is contained in:
Francisco
2023-09-04 05:16:23 -03:00
committed by GitHub
parent 424149a682
commit c0545f741b

View File

@ -97,8 +97,6 @@ contract AccessManager is Context, Multicall, IAccessManager {
mapping(bytes32 operationId => Schedule) private _schedules;
mapping(bytes4 selector => Time.Delay delay) private _adminDelays;
// This should be transcient storage when supported by the EVM.
bytes32 private _relayIdentifier;