From 5f7ce8b6406978eabd1c9825dd7ae902aa0992a1 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Fri, 20 Jul 2018 08:59:39 -0500 Subject: [PATCH] Remove completed TODO item. --- src/dysentery/dbserver.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dysentery/dbserver.clj b/src/dysentery/dbserver.clj index abf1981..3e3343a 100644 --- a/src/dysentery/dbserver.clj +++ b/src/dysentery/dbserver.clj @@ -99,8 +99,6 @@ :arg-list-tag 0x02 :bytes (into [0x26] (concat (number->bytes (/ (count bytes) 2) 4) bytes))})) -;; TODO: Add string-field and a read-field implementation for it - ;; TODO: These have to take the player object as well, so they can ;; read more data if needed, and return the buffer and offset where ;; reading of the next field should begin.