Skip to content

Commit

Permalink
removes unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 29, 2024
1 parent 7d842cb commit cb7bbbf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Mapless-Memory-Core/MaplessMemoryRepository.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ MaplessMemoryRepository >> drop [
^ self do: [ self database drop ]
]

{ #category : #actions }
MaplessMemoryRepository >> ensureCollection [
self shouldBeImplemented
]

{ #category : #testing }
MaplessMemoryRepository >> existsId: anId of: aMaplessClass [

Expand Down

0 comments on commit cb7bbbf

Please sign in to comment.