diff --git a/unfinished/compiler/tree/loop-detection/loop-detection.factor b/unfinished/compiler/tree/loop-detection/loop-detection.factor deleted file mode 100644 index e29ae22f0d..0000000000 --- a/unfinished/compiler/tree/loop-detection/loop-detection.factor +++ /dev/null @@ -1,5 +0,0 @@ -! Copyright (C) 2008 Slava Pestov. -! See http://factorcode.org/license.txt for BSD license. -IN: compiler.tree.loop-detection - -: detect-loops ( nodes -- nodes' ) ;