Skip to content

Commit

Permalink
Remove unused id method from trait.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Jan 28, 2024
1 parent 096bcfd commit e1c5df1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Iceberg-Libgit/TIceRepositoryReader.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Trait {
#tag : 'Writing'
}

{ #category : 'accessing' }
TIceRepositoryReader classSide >> id [
^ self required
]

{ #category : 'testing' }
TIceRepositoryReader classSide >> isLegacyDefault [
^ false
Expand Down
5 changes: 0 additions & 5 deletions Iceberg-Libgit/TIceRepositoryWriter.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Trait {
#tag : 'Writing'
}

{ #category : 'accessing' }
TIceRepositoryWriter classSide >> id [
^ self required
]

{ #category : 'testing' }
TIceRepositoryWriter classSide >> isDefault [
"Indicates when this is default when create new repositories"
Expand Down

0 comments on commit e1c5df1

Please sign in to comment.