* mu-msg-xapian, mu-store-xapian: remove unused vars

This commit is contained in:
Dirk-Jan C. Binnema
2009-12-05 20:11:55 +02:00
parent 91f2befcec
commit 4ff5878eca
2 changed files with 0 additions and 2 deletions

View File

@ -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();