Skip to content

Commit

Permalink
Remove MooseGroupTeardownStorage
Browse files Browse the repository at this point in the history
This storage is never used so I�propose to remove it. 

Also MooseGroupSetupStorage seems to be used only by the Pharo importer. I want to review some of the caches and bench if it really makes a difference to build the caches at the end of the import only. If the difference is not visible maybe we could flatten the whole storage hierarchy. But I need to do some tests before.
  • Loading branch information
jecisc committed Jan 22, 2024
1 parent e46781c commit cdacffe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
6 changes: 0 additions & 6 deletions src/Moose-Core/MooseGroupStorage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ MooseGroupStorage >> elements [
^self subclassResponsibility
]

{ #category : #converting }
MooseGroupStorage >> forRemoving [

self becomeKind: MooseGroupTeardownStorage
]

{ #category : #converting }
MooseGroupStorage >> forRuntime [

Expand Down
41 changes: 0 additions & 41 deletions src/Moose-Core/MooseGroupTeardownStorage.class.st

This file was deleted.

0 comments on commit cdacffe

Please sign in to comment.