Skip to content

Commit cb2f748

Browse files
author
Jeremy Phelps
committed
Remove the TODO.
1 parent b131fe9 commit cb2f748

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: simple-bit-stream.lisp

+1-3
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,7 @@ The byte order is determined from the STREAM object, which must be a SIMPLE-BIT-
299299
(defun read-bits (bits stream)
300300
"Reads BITS bits from STREAM. If the STREAM is big-endian, the most
301301
significant BITS bits will be read, otherwise, the least significant BITS bits
302-
will be. The result is an integer of BITS bits.
303-
304-
TODO: Test this."
302+
will be. The result is an integer of BITS bits."
305303
(ecase (slot-value stream 'byte-order)
306304
(:little-endian
307305
(init-read stream)

0 commit comments

Comments
 (0)