Skip to content

Commit

Permalink
compiler.constants: remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Dec 14, 2011
1 parent 9186a1b commit 84e817e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions basis/compiler/constants/constants.factor
Expand Up @@ -22,9 +22,7 @@ CONSTANT: deck-bits 18
: tuple-class-offset ( -- n ) 1 tuple type-number slot-offset ; inline
: word-entry-point-offset ( -- n ) 9 \ word type-number slot-offset ; inline
: quot-entry-point-offset ( -- n ) 4 quotation type-number slot-offset ; inline
: code-block-entry-point-offset ( -- n ) 4 bootstrap-cells ; inline
: array-start-offset ( -- n ) 2 array type-number slot-offset ; inline
: compiled-header-size ( -- n ) 4 bootstrap-cells ; inline
: callstack-length-offset ( -- n ) 1 \ callstack type-number slot-offset ; inline
: callstack-top-offset ( -- n ) 2 \ callstack type-number slot-offset ; inline
: vm-context-offset ( -- n ) 0 bootstrap-cells ; inline
Expand Down

0 comments on commit 84e817e

Please sign in to comment.