]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge branch 'maint'
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 6 Jan 2017 15:18:15 +0000 (16:18 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 6 Jan 2017 15:18:15 +0000 (16:18 +0100)
* maint:
  base64: Remove an unused variable.

base64.c

index 7b8fe2920cf6e55fb02a23cb7b57624e3139d587..122465f8feea79cf06d09bfd759d2446ee0f3f12 100644 (file)
--- a/base64.c
+++ b/base64.c
@@ -13,8 +13,6 @@
 #include "base64.h"
 #include "string.h"
 
-static const char Base64[] =
-       "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
 static const unsigned char base64_tab[256] = {
        255, 255, 255, 255, 255, 255, 255, 255, /* 00-07 */
        255, 255, 255, 255, 255, 255, 255, 255, /* 08-0f */