remote TODO: marker that was fixed previously
diff --git a/inc/UsefulBuf.h b/inc/UsefulBuf.h
index b1fb1f7..1d95477 100644
--- a/inc/UsefulBuf.h
+++ b/inc/UsefulBuf.h
@@ -517,7 +517,7 @@
 
 
 
-#if 0 // NOT_DEPRECATED TODO: remove all use of these in tests
+#if 0 // NOT_DEPRECATED
 /** Deprecated macro; use UsefulBuf_FROM_SZ_LITERAL instead */
 #define SZLiteralToUsefulBufC(szString) \
     ((UsefulBufC) {(szString), sizeof(szString)-1})