Index: matcher/orpostlist.h
===================================================================
--- matcher/orpostlist.h	(revision 14974)
+++ matcher/orpostlist.h	(working copy)
@@ -54,7 +54,9 @@
 
 	PostList *next(Xapian::weight w_min);
 	PostList *skip_to(Xapian::docid did, Xapian::weight w_min);
+#if 0
 	PostList *check(Xapian::docid did, Xapian::weight w_min, bool &valid);
+#endif
 	bool   at_end() const;
 
 	std::string get_description() const;
Index: matcher/orpostlist.cc
===================================================================
--- matcher/orpostlist.cc	(revision 14974)
+++ matcher/orpostlist.cc	(working copy)
@@ -184,6 +184,7 @@
     RETURN(ret);
 }
 
+#if 0
 PostList *
 OrPostList::check(Xapian::docid did, Xapian::weight w_min, bool &valid)
 {
@@ -264,6 +265,7 @@
     valid = rvalid;
     RETURN(ret);
 }
+#endif
 
 Xapian::doccount
 OrPostList::get_termfreq_max() const

