Skip to content

Commit

Permalink
Remove value responsibility from OfType subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Jul 5, 2024
1 parent cad0de6 commit d88b0f9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Famix-Value-Entities-Extensions/FamixValueOfType.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ FamixValueOfType >> referenceCount [
+ keyInDictionaries size + valueInDictionaries size
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueOfType >> value [

self subclassResponsibility
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueOfType >> value: anObject [

self subclassResponsibility
]

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueOfType >> varName [
"Basic variable name of a value."
Expand Down

0 comments on commit d88b0f9

Please sign in to comment.