Skip to content

Commit

Permalink
Merge pull request pharo-project#6658 from MarcusDenker/PoolVariable-…
Browse files Browse the repository at this point in the history
…merge-in-ClassVariable

PoolVariable-merge-in-ClassVariable
  • Loading branch information
MarcusDenker committed Jun 23, 2020
2 parents 04d040c + 93dad2d commit f1626bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions src/Kernel/ClassVariable.class.st
Expand Up @@ -5,6 +5,8 @@ The compiler forwards bytecode generation to me for accessing the variable.
You can subclass me and implement #read and #write: for creating special kinds of globals that can be used as special class Variables (similar to special Slots).
Note: PoolVariable is not modeled as it's own subclass to allow all special kinds of globals to be used
as pool variables.
"
Class {
#name : #ClassVariable,
Expand Down
8 changes: 0 additions & 8 deletions src/Kernel/PoolVariable.class.st

This file was deleted.

0 comments on commit f1626bf

Please sign in to comment.