File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,6 @@ class SequencerConfigurationBase
4444 // / @param opaque opaque data passed when posting a task
4545 using ExceptionCallback = std::function<void (std::exception_ptr exception, void * opaque)>;
4646
47- // / @brief Sets the id of the control queue
48- // / @param controlQueueId the queue id
49- // / @remark Sequencer typically processes tasks with the lower latency when the control queue is
50- // / dedicated for the sequencer control tasks only, and no other tasks are enqueued into it.
51- // / @return A reference to itself
52- SequencerConfigurationBase& setControlQueueId (int controlQueueId);
53-
54- // / @brief Gets the id of the control queue
55- // / @return the queue id
56- int getControlQueueId () const ;
57-
5847 // / @brief Sets the minimal number of buckets to be used for the context hash map
5948 // / @param bucketCount the bucket number
6049 // / @return A reference to itself
You can’t perform that action at this time.
0 commit comments