From d390e53270d48bf9dfefd11700e40a2db0abdd4e Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 1 Nov 2003 08:20:58 +0000 Subject: [PATCH] Remove TODO comment about creating a macro version of towctrans(). Remove unnecessary inclusion of . --- lib/libc/locale/wctrans.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libc/locale/wctrans.c b/lib/libc/locale/wctrans.c index 94e0664179c..6813e330462 100644 --- a/lib/libc/locale/wctrans.c +++ b/lib/libc/locale/wctrans.c @@ -27,7 +27,6 @@ #include __FBSDID("$FreeBSD$"); -#include #include #include #include @@ -38,9 +37,6 @@ enum { _WCT_TOUPPER = 2 }; -/* - * TODO: Supply a macro version of this. - */ wint_t towctrans(wint_t wc, wctrans_t desc) {