Skip to content

Commit

Permalink
chore(world): remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Mar 14, 2023
1 parent 194df28 commit 3699464
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import { SystemRegistry } from "./tables/SystemRegistry.sol";
* If the module is delegatecalled, the StoreCore functions are used directly.
*/
contract RegistrationModule is IModule, WithMsgSender {
error RegistrationModule_OnlyRoot();

// Since the RegistrationSystem only exists once per World and writes to
// known tables, we can deploy it once and register it in multiple Worlds.
address immutable registrationSystem = address(new RegistrationSystem());
Expand Down

0 comments on commit 3699464

Please sign in to comment.