about summary refs log tree commit homepage
path: root/lib/PublicInbox/Thread.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-20 06:44:39 +0000
committerEric Wong <e@80x24.org>2015-08-20 06:45:21 +0000
commitf045f561f0d6b8b573f38a966365d8898178d242 (patch)
treef751c2ec96aef5ee9c50b9fbd2e0e2fa833bd91c /lib/PublicInbox/Thread.pm
parent467f5ad607d304fb5bc85958c36ea3b786ae5d84 (diff)
downloadpublic-inbox-f045f561f0d6b8b573f38a966365d8898178d242.tar.gz
We may not be using subject_path after all.
Diffstat (limited to 'lib/PublicInbox/Thread.pm')
-rw-r--r--lib/PublicInbox/Thread.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/PublicInbox/Thread.pm b/lib/PublicInbox/Thread.pm
index 92404faa..a3dedf54 100644
--- a/lib/PublicInbox/Thread.pm
+++ b/lib/PublicInbox/Thread.pm
@@ -24,13 +24,6 @@ sub sort_ts {
         } @_;
 }
 
-sub rsort_ts {
-        sort {
-                (eval { $b->topmost->message->header('X-PI-TS') } || 0) <=>
-                (eval { $a->topmost->message->header('X-PI-TS') } || 0)
-        } @_;
-}
-
 package PublicInbox::Thread::Container;
 use strict;
 use warnings;