Skip to content

Commit 4bd2034

Browse files
committed
Meta/cook: remove stray duplicates
Besides, not cascading this as "if ... elsif ..." was totally wrong and pushed an undef $topic into %what{} hash
1 parent a109a1a commit 4bd2034

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cook

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,7 @@ sub wildo {
674674
wildo_queue(\%what, $_, $topic);
675675
$topic = undef;
676676
}
677-
if (/^Not urgent;/) {
678-
wildo_queue(\%what, $_, $topic);
679-
$topic = undef;
680-
}
677+
681678
if (/Originally merged to 'next' on ([-0-9]+)/) {
682679
$topic->[1] = $1;
683680
}

0 commit comments

Comments
 (0)