summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/base64.c')
-rw-r--r--lib/libalpm/base64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libalpm/base64.c b/lib/libalpm/base64.c
index 32c44459..31ecca11 100644
--- a/lib/libalpm/base64.c
+++ b/lib/libalpm/base64.c
@@ -36,6 +36,7 @@
#include "base64.h"
+#if 0
static const unsigned char base64_enc_map[64] =
{
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J',
@@ -46,6 +47,7 @@ static const unsigned char base64_enc_map[64] =
'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', '+', '/'
};
+#endif
static const unsigned char base64_dec_map[128] =
{