]> gitweb.factorcode.org Git - factor.git/commitdiff
remove debugging code from bitstreams
authorDoug Coleman <erg@jobim.local>
Fri, 15 May 2009 19:59:26 +0000 (14:59 -0500)
committerDoug Coleman <erg@jobim.local>
Fri, 15 May 2009 19:59:26 +0000 (14:59 -0500)
basis/bitstreams/bitstreams.factor

index 300ab5c1bfb3d717a5cc4ec4e965ab017fae750d..cb6a753735ca0b7d1f4aebb31129865cadd6559e 100644 (file)
@@ -104,7 +104,7 @@ M:: lsb0-bit-writer poke ( value n bs -- )
     widthed
     bs widthed>> #bits>> 8 swap - split-widthed :> remainder :> byte
     byte bs widthed>> |widthed :> new-byte
-    new-byte #bits>> dup 8 > [ "oops" throw ] when 8 = [
+    new-byte #bits>> 8 = [
         new-byte bits>> bs bytes>> push
         zero-widthed bs (>>widthed)
         remainder widthed>bytes