Skip to content

Commit

Permalink
refactor(cli,world): clean up unused solidity (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 18, 2023
1 parent ae13eb8 commit b554071
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 57 deletions.
10 changes: 0 additions & 10 deletions packages/cli/contracts/src/codegen/Tables.sol

This file was deleted.

13 changes: 0 additions & 13 deletions packages/cli/contracts/src/codegen/Types.sol

This file was deleted.

23 changes: 0 additions & 23 deletions packages/world/src/Tables.sol

This file was deleted.

10 changes: 0 additions & 10 deletions packages/world/src/Types.sol

This file was deleted.

2 changes: 1 addition & 1 deletion packages/world/src/Utils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pragma solidity >=0.8.0;

import { StoreSwitch } from "@latticexyz/store/src/StoreSwitch.sol";
import { ResourceSelector } from "./ResourceSelector.sol";
import { SystemRegistry } from "./Tables.sol";
import { SystemRegistry } from "./index.sol";

library Utils {
/**
Expand Down

0 comments on commit b554071

Please sign in to comment.