From 6a5d8b1673a3081c7a74aa22fe349ca5fe7ea2d6 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 29 Mar 2015 22:10:47 +0200 Subject: [PATCH] Remove unused MultiFieldQueryParser --- src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp b/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp index 458fc0157..334ed1a66 100644 --- a/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp +++ b/src/libtomahawk/database/fuzzyindex/FuzzyIndex.cpp @@ -215,7 +215,6 @@ FuzzyIndex::search( const Tomahawk::query_ptr& query ) { // float minScore = 0.00; Collection fields; // = newCollection(); - MultiFieldQueryParserPtr parser = newLucene( LuceneVersion::LUCENE_CURRENT, fields, m_analyzer ); BooleanQueryPtr qry = newLucene(); if ( query->isFullTextQuery() )