]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/checksums/xxhash/xxhash.factor
factor: trim using lists
[factor.git] / basis / checksums / xxhash / xxhash.factor
index 50e2a479def12e8876452967a2bb4025ad93cdc0..23f32738fe0b545534d4f0b9025593dae607eae0 100644 (file)
@@ -1,11 +1,9 @@
 ! Copyright (C) 2014 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
 
-USING: accessors alien alien.c-types alien.data byte-arrays
+USING: accessors alien.c-types alien.data byte-arrays
 checksums combinators endian generalizations grouping kernel
-locals math math.bitwise ranges sequences
-specialized-arrays ;
-SPECIALIZED-ARRAY: uint64_t
+math math.bitwise sequences ;
 
 IN: checksums.xxhash