]> git.cworth.org Git - notmuch/commitdiff
hex-escape: remove unused variable default_buf_size
authorJani Nikula <jani@nikula.org>
Sat, 4 Oct 2014 17:53:09 +0000 (20:53 +0300)
committerDavid Bremner <david@tethera.net>
Sun, 5 Oct 2014 05:30:46 +0000 (07:30 +0200)
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.


No differences found