X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=tag-util.c;h=ca12b3b1eee5a574bd721979c47f39db5e4abd00;hp=17d7ac2f28ace0fa377bfb069fdff06fcabb36e9;hb=425e2bc81263230df301c67d93c64ff9685ff840;hpb=d08c714b6a172cf0018bee4f60aff069d5508d4e diff --git a/tag-util.c b/tag-util.c index 17d7ac2f..ca12b3b1 100644 --- a/tag-util.c +++ b/tag-util.c @@ -124,12 +124,6 @@ parse_tag_line (void *ctx, char *line, } /* tok now points to the query string */ - if (hex_decode_inplace (tok) != HEX_SUCCESS) { - ret = line_error (TAG_PARSE_INVALID, line_for_error, - "hex decoding of query %s failed", tok); - goto DONE; - } - *query_string = tok; DONE: