]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/PktOp.pm
lei: generalize auxiliary WQ handling
[public-inbox.git] / lib / PublicInbox / PktOp.pm
index ca098d3cb53993734dc7398843022bc032e9a9a1..92e150a46bdf2126ad7bcf13e52de2b1ca4794ae 100644 (file)
@@ -63,10 +63,4 @@ sub event_step {
        }
 }
 
-# call this when we're ready to wait on events
-sub op_wait_event {
-       my ($self, $ops) = @_;
-       $self->{ops} = $ops;
-}
-
 1;