mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove TODO comment about creating a macro version of towctrans().
Remove unnecessary inclusion of <ctype.h>.
This commit is contained in:
parent
d86d5b37b7
commit
d390e53270
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue