lib/PublicInbox/View.pm | 8 -------- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 93592097353eef0aa045b049673244adb527bdcc..a3b26814f6897db2268124f29365abae495433de 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -723,8 +723,6 @@ } sub ghost_parent { my ($upfx, $mid) = @_; - # 'subject dummy' is used internally by Mail::Thread - return '[no common parent]' if ($mid eq 'subject dummy'); $mid = PublicInbox::Hval->new_msgid($mid); my $href = $mid->{href}; @@ -838,12 +836,6 @@ my $mid = $node->messageid; my $dst = $ctx->{dst}; my $mapping = $ctx->{mapping}; my $map = $mapping->{$mid} if $mapping; - if ($mid eq 'subject dummy') { - my $ncp = "\t[no common parent]\n"; - $map->[1] = $ncp if $map; - $$dst .= $ncp; - return; - } my $d = $ctx->{pct} ? ' [irrelevant] ' # search result : ' [not found] '; $d .= indent_for($level) . th_pfx($level);