aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--util/hex-escape.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/hex-escape.c b/util/hex-escape.c
index b7e2e07a..b4a2a02a 100644
--- a/util/hex-escape.c
+++ b/util/hex-escape.c
@@ -25,8 +25,6 @@
#include "error_util.h"
#include "hex-escape.h"
-static const size_t default_buf_size = 1024;
-
static const char *output_charset =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-_@=.,";