Skip to content

Commit

Permalink
remove write method to inherit error drom ArgumentVariable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jul 18, 2020
1 parent 0883621 commit ef75ad7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/OpalCompiler-Core/OCCopyingArgumentVariable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ OCCopyingArgumentVariable >> originalVar [
OCCopyingArgumentVariable >> originalVar: anObject [
originalVar := anObject
]

{ #category : #debugging }
OCCopyingArgumentVariable >> writeFromContext: aContext scope: contextScope value: aValue [

"we need to change this var, all the other copies, and the orginal"
^contextScope setCopyingTempToAllScopesUpToDefTemp: originalVar to: aValue from: aContext
]

0 comments on commit ef75ad7

Please sign in to comment.