]> gitweb.factorcode.org Git - factor.git/commitdiff
remove an unused word in random-tester
authorerg <erg@trifocus.net>
Thu, 14 Dec 2006 09:06:27 +0000 (09:06 +0000)
committererg <erg@trifocus.net>
Thu, 14 Dec 2006 09:06:27 +0000 (09:06 +0000)
apps/random-tester/type.factor

index 3cc93ec9c56c73f172adf3d482a7240d97099cd8..4e319fd1eac66ae4d8acc8800694225a80c9c8fd 100644 (file)
@@ -51,29 +51,6 @@ TUPLE: inert-object ;
         T{ inert-object f }
     } ;
 
-: make-inputs
-    [
-        0 ,
-        ! ! -268435457 ,
-        \ inert ,
-        ! ! T{ inert-object f } ,
-        -29/2 ,
-        -3.14 ,
-        C{ 1 -1 } ,
-        W{ 55 } clone ,
-        { } clone ,
-        f ,
-        H{ } clone ,
-        V{ } clone ,
-        "" ,
-        SBUF" " clone ,
-        [ ] clone ,
-        DLL" libm.dylib" clone ,
-        ALIEN: 1 ,
-        T{ inert-object f } ,
-    ] { } make ;
-
-
 : word-inputs ( word -- seq )
     [ stack-effect effect-in length ] [ drop 0 ] recover
     inputs swap ;