X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=database.cc;h=5ee07059cda75569fe7e7bbfd6ffca6b23a4c823;hp=041cffdc9afe49b01a2c54e86a87b88610d25b0d;hb=50144fb354dc5bf282c2a2cdc68c926e42ccf3ef;hpb=6519aff957df7a69d86ed9a00707c911d60259f6 diff --git a/database.cc b/database.cc index 041cffdc..5ee07059 100644 --- a/database.cc +++ b/database.cc @@ -457,7 +457,6 @@ notmuch_database_open (const char *path) notmuch->path = xstrdup (path); try { - Xapian::PostingIterator i; notmuch->xapian_db = new Xapian::WritableDatabase (xapian_path, Xapian::DB_CREATE_OR_OPEN); } catch (const Xapian::Error &error) { @@ -519,8 +518,6 @@ notmuch_database_add_message (notmuch_database_t *notmuch, (char *) NULL); try { - doc = Xapian::Document (); - doc.set_data (filename); parents = g_ptr_array_new ();