branch: externals/taxy
commit 7422c94c5be9455c6c04cefbe65887c33a6846f2
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Comment: Remove TODO
---
 taxy.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/taxy.el b/taxy.el
index c9833c1..3c38145 100644
--- a/taxy.el
+++ b/taxy.el
@@ -114,7 +114,6 @@ when reusing taxy definitions."
   taxy)
 
 (defun taxy-flatten (taxy)
-  ;; TODO: Document this function.
   "Return a list of items in TAXY and its sub-taxys."
   (append (taxy-items taxy)
           (cl-loop for taxy in (taxy-taxys taxy)

Reply via email to