From 90e658291805be1f4797190b5650d57ff95ce9a4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 24 Jun 2016 12:47:18 +0200 Subject: [PATCH] Drop now useless comment from locale.c Signed-off-by: Corinna Vinschen --- newlib/libc/locale/locale.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/newlib/libc/locale/locale.c b/newlib/libc/locale/locale.c index 161f99a21..33b535941 100644 --- a/newlib/libc/locale/locale.c +++ b/newlib/libc/locale/locale.c @@ -1022,8 +1022,6 @@ _DEFUN(_localeconv_r, (data), #ifndef _REENT_ONLY -/* Cygwin provides its own version of setlocale to perform some more - initialization work. It calls _setlocale_r, though. */ char * _DEFUN(setlocale, (category, locale), int category _AND