gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 89


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 89cd4a0661dd91dec43c46c763ed8aed5b24f7bb
Date: Wed, 12 Oct 2016 17:57:36 +0200 (CEST)

The branch, master has been updated
       via  89cd4a0661dd91dec43c46c763ed8aed5b24f7bb (commit)
      from  80ba1059ff7361b5977b50e9c84f1432019ec28e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89cd4a0661dd91dec43c46c763ed8aed5b24f7bb
Author: Christian Grothoff <address@hidden>
Date:   Wed Oct 12 17:57:33 2016 +0200

    eliminating dead base64_chars array

-----------------------------------------------------------------------

Summary of changes:
 src/microhttpd/base64.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/microhttpd/base64.c b/src/microhttpd/base64.c
index 4fb4755..488b2e2 100644
--- a/src/microhttpd/base64.c
+++ b/src/microhttpd/base64.c
@@ -8,9 +8,6 @@
  */
 #include "base64.h"
 
-static const char base64_chars[] =
-  "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
-
 static const char base64_digits[] =
   { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
     0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]