X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=util%2Fhex-escape.c;h=b4a2a02aebd825e7d19f19ffb2120690818cb665;hb=33c8777a967ece2dd4bbda7e83a4e07c195abf51;hp=b7e2e07aaa7d8d4e3aa692523ff7c7b6781b8404;hpb=902f2e19bdb649baee4e07cdb9cc9e7785f209b5;p=notmuch 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+-_@=.,";