X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/902f2e19bdb649baee4e07cdb9cc9e7785f209b5..694c7b9ba7c83eba10105f0f151884dcdb90426d:/util/hex-escape.c 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+-_@=.,";