Skip to content

Commit

Permalink
VMObjectIndices remove unused shared variables
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jul 4, 2023
1 parent 6cc2ec3 commit 089a243
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions smalltalksrc/Melchor/VMObjectIndices.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ Class {
#superclass : #SharedPool,
#classVars : [
'ActiveProcessIndex',
'CharacterTable',
'CharacterValueIndex',
'ClassArray',
'ClassBitmap',
'ClassBlockClosure',
'ClassBlockContext',
'ClassByteArray',
'ClassByteString',
'ClassCharacter',
Expand All @@ -34,9 +32,7 @@ Class {
'ClassSemaphore',
'ClassSmallInteger',
'ClassString',
'ClassWeakFinalizer',
'ClosureIndex',
'CompactClasses',
'ConstMinusOne',
'ConstOne',
'ConstTwo',
Expand All @@ -45,7 +41,6 @@ Class {
'ExternalObjectsArray',
'FalseObject',
'FirstLinkIndex',
'ForeignCallbackProcess',
'FullClosureCompiledBlockIndex',
'FullClosureFirstCopiedValueIndex',
'FullClosureNumArgsIndex',
Expand Down Expand Up @@ -79,7 +74,6 @@ Class {
'SelectorCannotReturn',
'SelectorCounterTripped',
'SelectorDoesNotUnderstand',
'SelectorInvokeCallback',
'SelectorMustBeBoolean',
'SelectorRunWithIn',
'SelectorSistaTrap',
Expand Down

0 comments on commit 089a243

Please sign in to comment.