Skip to content

Commit

Permalink
removing unused and pointing to nowhere accessors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Sep 4, 2024
1 parent 3d38378 commit 4d2aaca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Microdown-BookTester/MicFileCollector.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ Class {
#package : 'Microdown-BookTester'
}

{ #category : 'accessing' }
MicFileCollector >> fileSystem [

^ fileSystem
]

{ #category : 'accessing' }
MicFileCollector >> fileSystem: aFileSystem [

fileSystem := aFileSystem
]

{ #category : 'visiting' }
MicFileCollector >> initialize [

Expand Down

0 comments on commit 4d2aaca

Please sign in to comment.