summaryrefslogtreecommitdiffhomepage
path: root/libs/luci-lib-nixio/src/binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/luci-lib-nixio/src/binary.c')
-rw-r--r--libs/luci-lib-nixio/src/binary.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/luci-lib-nixio/src/binary.c b/libs/luci-lib-nixio/src/binary.c
index da794536c..56f6d1e2f 100644
--- a/libs/luci-lib-nixio/src/binary.c
+++ b/libs/luci-lib-nixio/src/binary.c
@@ -19,10 +19,6 @@
#include "nixio.h"
#include <stdlib.h>
-const char nixio__bin2hex[16] = {
-'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'
-};
-
static unsigned char nixio__b64encode_tbl[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";