user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] searchmsg: remove unused ->get subroutine
@ 2019-06-13  1:52 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-06-13  1:52 UTC (permalink / raw)
  To: meta

It's obsolete and unusable since our search schema version 15;
which made the Xapian document ID correspond to the NNTP article
number.
---
 lib/PublicInbox/SearchMsg.pm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm
index 5f3c8af8..96a26b15 100644
--- a/lib/PublicInbox/SearchMsg.pm
+++ b/lib/PublicInbox/SearchMsg.pm
@@ -25,12 +25,6 @@ sub wrap {
 	bless { mid => $mid }, $class;
 }
 
-sub get {
-	my ($class, $head, $db, $mid) = @_;
-	my $doc_id = $head->get_docid;
-	load_expand(wrap($class, $mid), $db->get_document($doc_id));
-}
-
 sub get_val ($$) {
 	my ($doc, $col) = @_;
 	Search::Xapian::sortable_unserialise($doc->get_value($col));
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-13  1:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  1:52 [PATCH] searchmsg: remove unused ->get subroutine Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).