From 49f846ca4bc243e4c75f505469610d8922cec36f Mon Sep 17 00:00:00 2001
From: Eduardo Cavazos <dharmatech@finkelstein.stackeffects.info>
Date: Sun, 13 Apr 2008 00:27:58 -0500
Subject: [PATCH] builder.test: remove old code

---
 extra/builder/test/test.factor | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/extra/builder/test/test.factor b/extra/builder/test/test.factor
index d5c3e9cd94..957af28dc1 100644
--- a/extra/builder/test/test.factor
+++ b/extra/builder/test/test.factor
@@ -1,16 +1,4 @@
 
-! USING: kernel namespaces sequences assocs continuations
-!        vocabs vocabs.loader
-!        io
-!        io.files
-!        prettyprint
-!        tools.vocabs
-!        tools.test
-!        io.encodings.utf8
-!        combinators.cleave
-!        help.lint
-!        bootstrap.stage2 benchmark builder.util ;
-
 USING: kernel namespaces assocs
        io.files io.encodings.utf8 prettyprint 
        help.lint