* mu-msg-xapian, mu-store-xapian: remove unused vars
This commit is contained in:
@ -154,7 +154,6 @@ unsigned int
|
||||
mu_msg_xapian_get_id (MuMsgXapian *row)
|
||||
{
|
||||
g_return_val_if_fail (row, NULL);
|
||||
const char *str;
|
||||
|
||||
try {
|
||||
return row->_cursor.get_document().get_docid();
|
||||
|
||||
@ -216,7 +216,6 @@ mu_store_xapian_store (MuStoreXapian *store, MuMsgGMime *msg)
|
||||
g_return_val_if_fail (msg, MU_ERROR);
|
||||
|
||||
try {
|
||||
const char* body;
|
||||
Xapian::Document newdoc;
|
||||
Xapian::docid id;
|
||||
gboolean commit_now;
|
||||
|
||||
Reference in New Issue
Block a user