Skip to content

Commit

Permalink
delete ComponentVerifyingService (closes #654)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli authored and matthiaszimmermann committed Sep 3, 2024
1 parent 4441b74 commit ec0f398
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 141 deletions.
128 changes: 0 additions & 128 deletions contracts/shared/ComponentVerifyingService.sol

This file was deleted.

1 change: 0 additions & 1 deletion scripts/find_missing_virtual_methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const RELEVANT_BASE_CONTRACTS = [
// 'ObjectManager',
'Component',
'InstanceLinkedComponent',
'ComponentVerifyingService'
];

class VirtualMissingListener extends SolidityFileListener {
Expand Down
1 change: 0 additions & 1 deletion scripts/find_unrestricted_methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const RELEVANT_BASE_CONTRACTS = [
'Service',
'Component',
'InstanceLinkedComponent',
'ComponentVerifyingService',
'ObjectSet'
];

Expand Down
11 changes: 0 additions & 11 deletions test/mock/MockSizeComponentVerifyingService.sol

This file was deleted.

0 comments on commit ec0f398

Please sign in to comment.