changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/net/codec/tlv.lisp

revision 381: 386d51cf61ca
parent 258: 11ef863e0ac0
     1.1--- a/lisp/lib/net/codec/tlv.lisp	Tue May 28 17:55:30 2024 -0400
     1.2+++ b/lisp/lib/net/codec/tlv.lisp	Tue May 28 23:12:31 2024 -0400
     1.3@@ -55,8 +55,6 @@
     1.4             (read-sequence value from)
     1.5             (make-tlv type length value))))))
     1.6 
     1.7-
     1.8-
     1.9 (defmethod serde ((from tlv) (to simple-array))
    1.10   (with-slots (type length value) from
    1.11     (setf (aref to 0) type)