From aa96d4ccaf7dad7569d57a41fef0a981fdce6f7f Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 8 Sep 2023 03:52:44 -0700 Subject: [PATCH] docs(store): remove todo (#1421) --- packages/store/src/StoreCore.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/store/src/StoreCore.sol b/packages/store/src/StoreCore.sol index 8c7754580d..b8b46ba11f 100644 --- a/packages/store/src/StoreCore.sol +++ b/packages/store/src/StoreCore.sol @@ -25,8 +25,6 @@ library StoreCore { /** * Initialize internal tables. * Consumers must call this function in their constructor. - * TODO: should we turn the schema table into a "proper table" and register it here? - * (see https://github.com/latticexyz/mud/issues/444) */ function initialize() internal { // StoreSwitch uses the storeAddress to decide where to write data to.