Remove ->init() of struct receiver.
[paraslash.git] / 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 */