]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/streams/byte-array/fast/fast.factor
basis/extra: removing unnecessary IN: statements.
[factor.git] / basis / io / streams / byte-array / fast / fast.factor
index 9f74d0778b240067a747608d43e23b937c3f07f2..26dae5f4bf5126f28750000eb06d16010827bc09 100644 (file)
@@ -2,7 +2,6 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien byte-arrays byte-vectors io kernel libc math
 sequences ;
-IN: io.streams.byte-array.fast
 
 ! This is split off from io.streams.byte-array because it uses
 ! memcpy, which is a non-core word that only works after the