]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/boyer-moore/boyer-moore.factor
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots...
[factor.git] / extra / boyer-moore / boyer-moore.factor
index 54340a50ba7888d29e610e8d3df213b9011f2db8..aba3f614a12642c7e5bd9e0d55d97603f39545e6 100644 (file)
@@ -2,7 +2,6 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs kernel locals math math.order
 math.ranges sequences sequences.private z-algorithm ;
-FROM: sequences.private => change-nth-unsafe ;
 IN: boyer-moore
 
 <PRIVATE