X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-count.c;h=c2f1b7db51a34a2f4b76eb6aa6b88f74a86b26f0;hb=ab65c365d56ba746282c558301104eec8c72d4bf;hp=390794ff9ae45c1719e7aadcf72933ce054106e7;hpb=abd4d6b92e488109a155fdee27285e6df485c583;p=notmuch diff --git a/notmuch-count.c b/notmuch-count.c index 390794ff..c2f1b7db 100644 --- a/notmuch-count.c +++ b/notmuch-count.c @@ -71,10 +71,6 @@ notmuch_count_command (notmuch_config_t *config, int argc, char *argv[]) return 1; } - if (*query_str == '\0') { - query_str = talloc_strdup (config, ""); - } - query = notmuch_query_create (notmuch, query_str); if (query == NULL) { fprintf (stderr, "Out of memory\n");