From: Dmitry Bogatov <[email protected]>

---
 sbr/encode_rfc2047.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sbr/encode_rfc2047.c b/sbr/encode_rfc2047.c
index 00310b3..72d27ce 100644
--- a/sbr/encode_rfc2047.c
+++ b/sbr/encode_rfc2047.c
@@ -48,8 +48,6 @@ static char *address_headers[] = {
                         c == '/' || c == '=' || c == '_')
 #define qpspecial(c) (c < ' ' || c == '=' || c == '?' || c == '_')
 
-#define base64len(n) ((((n) + 2) / 3) * 4)    /* String len to base64 len */
-
 #define ENCODELINELIMIT        76
 
 static void unfold_header(char **, int);
-- 
I may be not subscribed. Please, keep me in carbon copy.


Reply via email to