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