aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/base64.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-12 17:57:33 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-12 17:57:33 +0200
commitb64ee71fd580e406ef3fb0f58619ec6a1754e657 (patch)
tree6d8dea481067eda8014eabe6e53305ee7d2072ed /src/microhttpd/base64.c
parent8424c8fb20aa58e041bac8f185576b17dbf69594 (diff)
downloadlibmicrohttpd-b64ee71fd580e406ef3fb0f58619ec6a1754e657.tar.gz
libmicrohttpd-b64ee71fd580e406ef3fb0f58619ec6a1754e657.zip
eliminating dead base64_chars array
Diffstat (limited to 'src/microhttpd/base64.c')
-rw-r--r--src/microhttpd/base64.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/microhttpd/base64.c b/src/microhttpd/base64.c
index 4fb4755e..488b2e25 100644
--- a/src/microhttpd/base64.c
+++ b/src/microhttpd/base64.c
@@ -8,9 +8,6 @@
8 */ 8 */
9#include "base64.h" 9#include "base64.h"
10 10
11static const char base64_chars[] =
12 "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
13
14static const char base64_digits[] = 11static const char base64_digits[] =
15 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
16 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,