diff options
Diffstat (limited to '')
-rw-r--r-- | include/wchar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wchar.h b/include/wchar.h index 32decb3..85f0e09 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -809,9 +809,6 @@ wchar_t* wcsrchr(const wchar_t*, wchar_t) __GCC_ONLY(__attribute__((warn_unused_result, nonnull, pure))); -/* TODO Add case insensitive character searching functions. */ - - /** * This function is identical to `wcsstr`. */ |