From c4aed7f36bd4bbd87ba66bb19dfb178420488d35 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 22 Feb 2018 10:44:42 +0100 Subject: Removed unused parameter --- common/fulltextindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fulltextindex.cpp b/common/fulltextindex.cpp index 355f1ca..164a5b9 100644 --- a/common/fulltextindex.cpp +++ b/common/fulltextindex.cpp @@ -176,7 +176,7 @@ QVector FulltextIndex::lookup(const QString &searchTerm) results << QByteArray{data.c_str(), int(data.length())}; } } - catch (const Xapian::Error &error) { + catch (const Xapian::Error &) { // Nothing to do, move along } return results; -- cgit v1.2.3