Skip to content

Commit

Permalink
Removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 1, 2023
1 parent 4838aaa commit fe43b0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions smalltalksrc/VMMaker/Cogit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ Class {
'directedSuperSendTrampolines',
'directedSuperBindingSendTrampolines',
'dynamicSuperSendTrampolines',
'outerSendTrampolines',
'selfSendTrampolines',
'firstSend',
'lastSend',
'realCEEnterCogCodePopReceiverReg',
Expand All @@ -242,13 +240,8 @@ Class {
'extB',
'numExtB',
'tempOop',
'numIRCs',
'indexOfIRC',
'theIRCs',
'receiverTags',
'implicitReceiverSendTrampolines',
'cogMethodSurrogateClass',
'cogBlockMethodSurrogateClass',
'CStackPointer',
'CFramePointer',
'cPICPrototype',
Expand Down Expand Up @@ -294,7 +287,6 @@ Class {
'MaxNumberOfAbstractOpcodes',
'MaxX2NDisplacement',
'NumObjRefsInRuntime',
'NumOopsPerNSC',
'NumSpecialSelectors',
'NumTrampolines',
'ProcessorClass',
Expand Down
6 changes: 0 additions & 6 deletions smalltalksrc/VMMaker/StackToRegisterMappingCogit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,8 @@ Class {
'realCECallCogCodePopReceiverArg1Arg0Regs',
'deadCode',
'useTwoPaths',
'currentCallCleanUpSize',
'compilationPass',
'counterIndex'
],
#classVars : [
'NeedsMergeFixupFlag',
'NeedsNonMergeFixupFlag'
],
#pools : [
'CogCompilationConstants',
'VMMethodCacheConstants',
Expand Down

0 comments on commit fe43b0d

Please sign in to comment.