Merge branch 'dev' into CDE
diff --git a/inc/qcbor/qcbor_encode.h b/inc/qcbor/qcbor_encode.h
index 4eceafb..27a4396 100644
--- a/inc/qcbor/qcbor_encode.h
+++ b/inc/qcbor/qcbor_encode.h
@@ -2528,7 +2528,6 @@
 
 
 
-
 static inline void
 QCBOREncode_AddInt64ToMap(QCBOREncodeContext *pMe,
                           const char        *szLabel,
diff --git a/src/qcbor_decode.c b/src/qcbor_decode.c
index a0bec4e..76953df 100644
--- a/src/qcbor_decode.c
+++ b/src/qcbor_decode.c
@@ -2800,7 +2800,6 @@
 /*
  * Public function, see header qcbor/qcbor_decode.h file
  */
-// Improvement: make these inline?  TODO:
 uint64_t
 QCBORDecode_GetNthTag(QCBORDecodeContext *pMe,
                       const QCBORItem    *pItem,
@@ -3554,8 +3553,6 @@
 #endif /* QCBOR_DISABLE_TAGS */
 }
 
-// This could be semi-private if need be
-// TODO: decide what to do
 
 /**
  * @brief Get an item by label to match a tag specification.
@@ -3584,7 +3581,6 @@
 }
 
 
-// This could be semi-private if need be
 /**
  * @brief Get an item by label to match a tag specification.
  *