]> git.notmuchmail.org Git - notmuch/blobdiff - util/hex-escape.c
hex-escape: remove unused variable default_buf_size
[notmuch] / util / hex-escape.c
index b7e2e07aaa7d8d4e3aa692523ff7c7b6781b8404..b4a2a02aebd825e7d19f19ffb2120690818cb665 100644 (file)
@@ -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+-_@=.,";