public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] towupper: Eliminate dead code
@ 2016-10-22 20:53 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2016-10-22 20:53 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5c758bf910a1531c3e06febe1eb759de4a1b6c77

commit 5c758bf910a1531c3e06febe1eb759de4a1b6c77
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Oct 22 22:00:51 2016 +0200

    towupper: Eliminate dead code
    
    Fixes Coverity CID 59865
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 newlib/libc/ctype/towupper.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/newlib/libc/ctype/towupper.c b/newlib/libc/ctype/towupper.c
index e2d8028..1e4d0f5 100644
--- a/newlib/libc/ctype/towupper.c
+++ b/newlib/libc/ctype/towupper.c
@@ -397,9 +397,6 @@ _DEFUN(towupper,(c), wint_t c)
       
       if (c == 0x04cf)
       	return 0x04c0;
-
-      if (c >= 0x04f7 && c <= 0x04f9)
-	return (c - 1);
     }
   else if (c < 0x0600)
     {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-22 20:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-22 20:53 [newlib-cygwin] towupper: Eliminate dead code Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).