bootstrap.syntax: dead code -> deleted
parent
c00487b3ee
commit
f52694159f
|
@ -1,7 +1,6 @@
|
||||||
! Copyright (C) 2007, 2008 Slava Pestov.
|
! Copyright (C) 2007, 2008 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: words words.symbol sequences vocabs kernel
|
USING: compiler.units kernel sequences vocabs words ;
|
||||||
compiler.units ;
|
|
||||||
IN: bootstrap.syntax
|
IN: bootstrap.syntax
|
||||||
|
|
||||||
[
|
[
|
||||||
|
@ -158,6 +157,4 @@ IN: bootstrap.syntax
|
||||||
"STARTUP-HOOK:"
|
"STARTUP-HOOK:"
|
||||||
"SHUTDOWN-HOOK:"
|
"SHUTDOWN-HOOK:"
|
||||||
} [ "syntax" create-word drop ] each
|
} [ "syntax" create-word drop ] each
|
||||||
|
|
||||||
"t" "syntax" lookup-word define-symbol
|
|
||||||
] with-compilation-unit
|
] with-compilation-unit
|
||||||
|
|
Loading…
Reference in New Issue