bootstrap.syntax: dead code -> deleted

modern-harvey3-triple
Doug Coleman 2018-08-07 14:40:31 -04:00
parent c00487b3ee
commit f52694159f
1 changed files with 1 additions and 4 deletions

View File

@ -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