From d35d21a812d63f20e60ae242a79edc0d6ab942ae Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Tue, 15 Sep 2015 08:26:16 +0100 Subject: [PATCH] Misleading comment removed Removed a comment which seemed to be copy-pasted from add_terms_values_str. It did not applied to add_terms_values_msgid. --- lib/mu-store-write.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/mu-store-write.cc b/lib/mu-store-write.cc index 8738ba7c..0a3bfbfe 100644 --- a/lib/mu-store-write.cc +++ b/lib/mu-store-write.cc @@ -302,7 +302,6 @@ add_terms_values_number (Xapian::Document& doc, MuMsg *msg, MuMsgFieldId mfid) doc.add_term (prio_val((MuMsgPrio)num)); } -/* for string and string-list */ static void add_terms_values_msgid (Xapian::Document& doc, MuMsg *msg) {