From 30905e9aa89c0e58daca4713f8704a955fafcb53 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 28 Dec 2017 23:16:11 -0800 Subject: [PATCH] stage2: remove debugging --- basis/bootstrap/stage2.factor | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/basis/bootstrap/stage2.factor b/basis/bootstrap/stage2.factor index c8ada9e8c8..95b73fc250 100644 --- a/basis/bootstrap/stage2.factor +++ b/basis/bootstrap/stage2.factor @@ -75,12 +75,10 @@ CONSTANT: default-components (command-line) parse-command-line - "here0" print { { [ os windows? ] [ "alien.libraries.windows" ] } { [ os unix? ] [ "alien.libraries.unix" ] } } cond require - "here1" print ! { "hashtables.identity" "prettyprint" } "hashtables.identity.prettyprint" require-when ! { "hashtables.identity" "mirrors" } "hashtables.identity.mirrors" require-when @@ -90,25 +88,16 @@ CONSTANT: default-components ! { "typed" "compiler.cfg.debugger" } "typed.debugger" require-when { "hashtables.identity" "prettyprint" } "hashtables.identity.prettyprint" require-when - "here2" print { "hashtables.identity" "mirrors" } "hashtables.identity.mirrors" require-when - "here3" print { "hashtables.wrapped" "prettyprint" } "hashtables.wrapped.prettyprint" require-when - "here3.1" print "summary" require - "here3.2" print "eval" require ! "deques" require ! "command-line.startup" require - ! "here5" print { "locals" "prettyprint" } "locals.prettyprint" require-when - "here6" print { "typed" "prettyprint" } "typed.prettyprint" require-when - "here7" print { "typed" "compiler.cfg.debugger" } "typed.debugger" require-when - "here8" print "stack-checker.row-polymorphism" reload - "here9" print ! Set dll paths os windows? [ "windows" require ] when