remove bogus IGNORE declaration from XC version of WITH-FAST-READ-BYTE
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 Feb 2013 22:17:36 +0000 (00:17 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 1 Feb 2013 22:53:56 +0000 (00:53 +0200)
src/code/cross-io.lisp

index 0121256..de76ce3 100644 (file)
@@ -20,7 +20,6 @@
 
 (defmacro with-fast-read-byte ((type stream &optional (eof-error-p t) eof-value)
                                &body body)
-  (declare (ignore type))
   (let ((f-stream (gensym "STREAM"))
         (f-eof-error-p (gensym "EOF-ERROR-P"))
         (f-eof-value (gensym "EOF-VALUE")))