Remove retyped and renamed storage layout annotations (#4423)

This commit is contained in:
Francisco
2023-07-05 18:38:27 -03:00
committed by GitHub
parent 63bfab1a0c
commit 3ff9b42ff5
7 changed files with 7 additions and 79 deletions

View File

@ -58,7 +58,6 @@ import {Address} from "../../utils/Address.sol";
abstract contract Initializable {
/**
* @dev Indicates that the contract has been initialized.
* @custom:oz-retyped-from bool
*/
uint8 private _initialized;