Skip to content

Commit 5745694

Browse files
authored
Fix[MQB]: Remove unused method declaration (#1219)
Signed-off-by: Anton Pryakhin <apryakhin1@bloomberg.net>
1 parent 32a567a commit 5745694

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/groups/mqb/mqba/mqba_dispatcher.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,6 @@ class Dispatcher BSLS_KEYWORD_FINAL : public mqbi::Dispatcher {
399399
ProcessorPool::EventFn
400400
eventCallbackCreator(mqbi::DispatcherClientType::Enum type, int queueId);
401401

402-
// PRIVATE ACCESSORS
403-
404-
/// Return the name of the queue of the specified `client`.
405-
bsl::string_view queueName(const mqbi::DispatcherClient* client) const;
406-
407402
public:
408403
// TRAITS
409404
BSLMF_NESTED_TRAIT_DECLARATION(Dispatcher, bslma::UsesBslmaAllocator)

0 commit comments

Comments
 (0)