]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
Remove the talloc_owner argument from create_for_message_id.
[notmuch] / lib / database.cc
index 3c8d626e93d66aeabc2715a4889aacfe7bffd88a..2b36a5c9d5d2f892cded55cbda0b44ad665b12ba 100644 (file)
@@ -912,7 +912,6 @@ notmuch_database_add_message (notmuch_database_t *notmuch,
         * database). */
 
        message = _notmuch_message_create_for_message_id (notmuch,
-                                                         notmuch,
                                                          message_id,
                                                          &private_status);