]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "alien.libraries.finder: Add utiltity word find-first-library to find a shared...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2014 08:25:27 +0000 (01:25 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2014 08:25:27 +0000 (01:25 -0700)
This reverts commit 8cd883be5119683291c2ee6d7ce4fad228b78e26.

basis/alien/libraries/finder/finder.factor

index 5ed41cd9c097b70ae9cc28fc4b79c6cfdd82c3bb..574e00ad4bbae7d5be7d35afbb7156fc5490c236 100644 (file)
@@ -1,13 +1,10 @@
 
-USING: combinators kernel sequences system vocabs ;
+USING: combinators system vocabs ;
 
 IN: alien.libraries.finder
 
 HOOK: find-library os ( name -- path/f )
 
-: find-first-library ( seq -- path/f )
-    [ find-library ] find nip ;
-
 {
     { [ os macosx?  ] [ "alien.libraries.finder.macosx"  ] }
     { [ os linux?   ] [ "alien.libraries.finder.linux"   ] }