libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b64ee71fd580e406ef3fb0f58619ec6a1754e657
parent 8424c8fb20aa58e041bac8f185576b17dbf69594
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 12 Oct 2016 17:57:33 +0200

eliminating dead base64_chars array

Diffstat:
Msrc/microhttpd/base64.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/base64.c b/src/microhttpd/base64.c @@ -8,9 +8,6 @@ */ #include "base64.h" -static const char base64_chars[] = - "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; - static const char base64_digits[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,