Skip to content

Commit

Permalink
remove DatabaseAccessor>>myDependents (set/get) and use Object's base…
Browse files Browse the repository at this point in the history
… implementation.
  • Loading branch information
Carlos Lopez committed Sep 8, 2024
1 parent 7c52ba6 commit 84caeed
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Glorp/DatabaseAccessor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Class {
'reusePreparedStatements',
'deniedCommands',
'mutex',
'dependents',
'logOnly',
'logger'
],
Expand Down Expand Up @@ -988,18 +987,6 @@ DatabaseAccessor >> logout [
^ self subclassResponsibility
]

{ #category : #dependencies }
DatabaseAccessor >> myDependents [

^ dependents
]

{ #category : #dependencies }
DatabaseAccessor >> myDependents: aCollection [

dependents := aCollection
]

{ #category : #accessing }
DatabaseAccessor >> numberOfPreparedStatements [

Expand Down

0 comments on commit 84caeed

Please sign in to comment.