remove ineffective compiler assist from printf
authorAlexander Monakov <amonakov@ispras.ru>
Tue, 4 Jul 2017 19:53:12 +0000 (22:53 +0300)
committerRich Felker <dalias@aerifal.cx>
Tue, 4 Jul 2017 22:04:52 +0000 (18:04 -0400)
commit2e6e08423b95b1b2bce7568f650c2b69d8d8fb8b
treeb49d8bbf91de7423ac2f305d16b1013563610d5a
parentbc42dcbfd9466c22d8ab0f8235e5091689a95aad
remove ineffective compiler assist from printf

The switch statement has no 'default:' case and the function ends
immediately following the switch, so the extra comparison did not
communicate any extra information to the compiler.
src/stdio/vfprintf.c
src/stdio/vfwprintf.c