Skip to content

Commit 508dcb8

Browse files
committed
fix: Remove taint checking that is deprecated from 3.0
1 parent a0394b6 commit 508dcb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ruby/log-courier/lib/log-courier/event_queue.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ def initialize(max)
3939
@num_enqueue_waiting = 0
4040

4141
@que = []
42-
@que.taint # enable tainted communication
4342
@num_waiting = 0
44-
taint
4543
@mutex = Mutex.new
4644
@cond = ConditionVariable.new
4745
end

0 commit comments

Comments
 (0)