mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
hex-escape: remove unused variable default_buf_size
Found by clang: CC -O2 util/hex-escape.o util/hex-escape.c:28:21: warning: unused variable 'default_buf_size' [-Wunused-const-variable] static const size_t default_buf_size = 1024; ^ 1 warning generated.
This commit is contained in:
parent
cbbda62258
commit
ad5c017b69
1 changed files with 0 additions and 2 deletions
|
@ -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+-_@=.,";
|
||||
|
||||
|
|
Loading…
Reference in a new issue