Remove TODO comment about creating a macro version of towctrans().

Remove unnecessary inclusion of <ctype.h>.
This commit is contained in:
Tim J. Robbins 2003-11-01 08:20:58 +00:00
parent d86d5b37b7
commit d390e53270

View file

@ -27,7 +27,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <wctype.h>
@ -38,9 +37,6 @@ enum {
_WCT_TOUPPER = 2
};
/*
* TODO: Supply a macro version of this.
*/
wint_t
towctrans(wint_t wc, wctrans_t desc)
{