Skip to content

Commit

Permalink
Unused ivars in Kernel slot classes
Browse files Browse the repository at this point in the history
Fix #8284
  • Loading branch information
astares committed Jan 5, 2021
1 parent b066087 commit 6a28178
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Kernel/Slot.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Class {
'owningClass',
'definingClass'
],
#classInstVars : [
'slotClassDefinition'
],
#category : #'Kernel-Variables'
}

Expand Down
3 changes: 0 additions & 3 deletions src/Kernel/UndefinedSlot.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Class {
'ast',
'classIsRebuild'
],
#classInstVars : [
'undeclaredSlots'
],
#category : #'Kernel-Variables'
}

Expand Down

0 comments on commit 6a28178

Please sign in to comment.