This commit is contained in:
Jean-Francois Dockes 2013-09-14 15:19:56 +02:00
parent 3af974bb9a
commit f3c5179bc0

View file

@ -17,9 +17,6 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
/** Retrieve the dups of a given document. The input has to be a query result
* because we use the xdocid */
#include "autoconfig.h" #include "autoconfig.h"
#include <string> #include <string>
@ -37,7 +34,8 @@ using namespace std;
namespace Rcl { namespace Rcl {
// File name wild card expansion. This is a specialisation ot termMatch /** Retrieve the dups of a given document. The input has to be a query result
* because we use the xdocid. We get the md5 from this, then the dups */
bool Db::docDups(const Doc& idoc, vector<Doc>& odocs) bool Db::docDups(const Doc& idoc, vector<Doc>& odocs)
{ {
if (m_ndb == 0) { if (m_ndb == 0) {