Skip to content

Commit 9e6face

Browse files
committed
Dropped dup methods
Signed-off-by: Denis Mindolin <[email protected]>
1 parent 8f4d0f3 commit 9e6face

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

quantum/util/quantum_sequencer_configuration_base.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)