Skip to content

Commit

Permalink
Exporter: Remove unused classes and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Apr 17, 2024
1 parent 969378e commit 070263d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
6 changes: 0 additions & 6 deletions src/Famix-Value-Exporter/FamixValue2ASTVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ FamixValue2ASTVisitor >> varNameFor: value [
ifAbsentPut: [ value varName , self nextId asString ]
]

{ #category : #visiting }
FamixValue2ASTVisitor >> visit: value [

^ value accept: self
]

{ #category : #visiting }
FamixValue2ASTVisitor >> visitCollection: collection [

Expand Down
12 changes: 0 additions & 12 deletions src/Famix-Value-Exporter/FamixValue2PharoVisitor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ FamixValue2PharoVisitor >> ensureVisited: value [
^ node
]

{ #category : #visiting }
FamixValue2PharoVisitor >> findRequiredVariablesFor: rootValue [
"Values referenced at least twice and the root value will be in variables."

(FamixValueReferenceCountVisitor visit: rootValue) keysAndValuesDo: [
:value
:count |
count > 1 ifTrue: [ "ifFalse: [ varNameDict at: value put: nil ]"
self varNameFor: value ] ].
self varNameFor: rootValue
]

{ #category : #accessing }
FamixValue2PharoVisitor >> statementBlock [

Expand Down
86 changes: 0 additions & 86 deletions src/Famix-Value-Exporter/FamixValueReferenceCountVisitor.class.st

This file was deleted.

0 comments on commit 070263d

Please sign in to comment.