Skip to content

Commit

Permalink
Cleanup checkNoChildProcessesRunning hack
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Nov 11, 2024
1 parent 8e2b3d5 commit 9085856
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/GToolkit-GemStone-Pharo/GtGemStoneSession.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ GtGemStoneSession >> cacheName: aString [
cacheName := nil.
]

{ #category : #utils }
GtGemStoneSession >> checkNoChildProcessesRunning [
"Temporary hook method "
]

{ #category : #configure }
GtGemStoneSession >> clearAutoCommit [
"Clear the auto-commit flag"
Expand All @@ -173,8 +168,6 @@ GtGemStoneSession >> clearAutoCommit [
GtGemStoneSession >> close [

connection ifNil: [ ^ self ].

self checkNoChildProcessesRunning.

connection close.
session ifNotNil: [ self safeLogout ].
Expand Down

0 comments on commit 9085856

Please sign in to comment.