]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/fib4/fib4.factor
factor: trim using lists
[factor.git] / extra / benchmark / fib4 / fib4.factor
index fff329c1a12fe6164cde919e986a01a1258613bd..2822304d82cc28ad490fe41c6ac679f140c6d439 100644 (file)
@@ -1,4 +1,4 @@
-USING: accessors math kernel debugger ;
+USING: accessors math kernel ;
 IN: benchmark.fib4
 
 TUPLE: box { i read-only } ;