X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Fhex-escape.c;h=8883ff903baff0d236e4a490a9957683d8b500c2;hp=b7e2e07aaa7d8d4e3aa692523ff7c7b6781b8404;hb=a6b0772b60d9191fcc291358eec3d78bfea31f1c;hpb=902f2e19bdb649baee4e07cdb9cc9e7785f209b5 diff --git a/util/hex-escape.c b/util/hex-escape.c index b7e2e07a..8883ff90 100644 --- a/util/hex-escape.c +++ b/util/hex-escape.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: David Bremner */ @@ -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+-_@=.,";