]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-config.c
CLI: make variable n_requested_db_uuid file scope.
[notmuch] / notmuch-config.c
index 4de55e5fb0010872207703b1063f3a296e7f99da..80a207f69d9744a04b5edb992b05a79c7c3813d5 100644 (file)
@@ -708,10 +708,6 @@ notmuch_config_command (notmuch_database_t *notmuch, int argc, char *argv[])
     if (opt_index < 0)
        return EXIT_FAILURE;
 
-    if (notmuch_requested_db_uuid)
-       fprintf (stderr, "Warning: ignoring --uuid=%s\n",
-                notmuch_requested_db_uuid);
-
     /* skip at least subcommand argument */
     argc -= opt_index;
     argv += opt_index;