commit | 01e08a9faf3548b1aa353fb12719f707eaaed459 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@island-resort.com> | Sun Oct 28 20:13:12 2018 +0700 |
committer | Laurence Lundblade <lgl@island-resort.com> | Sun Oct 28 20:13:12 2018 +0700 |
tree | 5eb457e25eb99e915db5aa9f9bee23cfc1753d60 | |
parent | b836efbabe89799832793d06689c039744eb8a23 [diff] |
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})