Skip to content

Commit

Permalink
fixes #5457
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Nov 19, 2020
1 parent ba51784 commit acaa2b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Kernel/Process.class.st
Expand Up @@ -267,11 +267,6 @@ Process >> effectiveProcess [
^effectiveProcess ifNil: [self]
]

{ #category : #private }
Process >> environmentKeyNotFound [
self error: 'Environment key not found'
]

{ #category : #private }
Process >> evaluate: aBlock onBehalfOf: aProcess [
"Evaluate aBlock setting effectiveProcess to aProcess. Used
Expand Down

0 comments on commit acaa2b1

Please sign in to comment.