common: remove b64_decode

We don't use it, and it's buggy (will always return NULL)

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
Antoine Poinsot
2020-09-10 18:14:42 +02:00
committed by Christian Decker
parent 63b1ae54a1
commit 07bb931fed
2 changed files with 0 additions and 22 deletions

View File

@@ -5,6 +5,5 @@
#include <ccan/tal/tal.h>
char *b64_encode(const tal_t *ctx, const u8 *data, size_t len);
u8 *b64_decode(const tal_t *ctx, const char *str, size_t len);
#endif /* LIGHTNING_COMMON_BASE64_H */