Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36638c6

Browse files
committed
Remove unused code
1 parent 88a4384 commit 36638c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/sequence_barrier_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ namespace disruptor4cpp
247247
{
248248
ring_buffer<stub_event, BUFFER_SIZE, blocking_wait_strategy, producer_type::multi,
249249
count_down_latch_sequence> ring_buffer;
250-
// auto seq_barrier = ring_buffer.new_barrier();
251-
// no_op_event_processor<decltype(ring_buffer)> no_op_event_processor(ring_buffer, std::move(seq_barrier));
252-
// ring_buffer.add_gating_sequences(std::vector<count_down_latch_sequence*> { &no_op_event_processor.get_sequence() });
253250

254251
testing::NiceMock<mock_event_processor_latch> event_processor1;
255252
testing::NiceMock<mock_event_processor_latch> event_processor2;

0 commit comments

Comments
 (0)