about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-10-04 03:49:15 +0000
committerEric Wong <e@80x24.org>2023-10-04 17:46:31 +0000
commit529b30867c07ad95bba396cc80b044315fbc4df0 (patch)
tree43875d72669ad54a33b77cceb4fa605b3ee13df4 /lib/PublicInbox/LEI.pm
parent2f946a02bc324612febdfe31604b79e0196a215f (diff)
downloadpublic-inbox-529b30867c07ad95bba396cc80b044315fbc4df0.tar.gz
It's not used by any post_loop_do callbacks anymore, and the
underlying FD map is a global `our' variable accessible from
anywhere, anyways.
Diffstat (limited to 'lib/PublicInbox/LEI.pm')
-rw-r--r--lib/PublicInbox/LEI.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index 977a94c6..afed84c1 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -1355,7 +1355,6 @@ sub lazy_start {
         });
         $dir_idle->add_watches([$sock_dir]);
         local @PublicInbox::DS::post_loop_do = (sub {
-                my ($dmap, undef) = @_;
                 if (@st = defined($path) ? stat($path) : ()) {
                         if ($dev_ino_expect ne pack('dd', $st[0], $st[1])) {
                                 warn "$path dev/ino changed, quitting\n";