Added ignore declaration to quiet the compiler.

This commit is contained in:
2000-10-09 22:10:01 +00:00
parent cdb9250ea2
commit ff709e014d

View File

@ -68,6 +68,7 @@
(defgeneric stream-entity-length (entity))
(defmethod render-entity-headers :before ((e stream-entity-mixin) stream)
(declare (ignore stream))
(setf (slot-value e 'content-length) (stream-entity-length e)))
(defmethod render-entity-body ((entity stream-entity-mixin) stream)