diff --git a/src/groups/bmq/bmqa/bmqa_session.h b/src/groups/bmq/bmqa/bmqa_session.h index 6e1423b1e..93fa46f10 100644 --- a/src/groups/bmq/bmqa/bmqa_session.h +++ b/src/groups/bmq/bmqa/bmqa_session.h @@ -1159,13 +1159,6 @@ class Session : public AbstractSession { /// been started. int configureMessageDumping(const bslstl::StringRef& command) BSLS_KEYWORD_OVERRIDE; - - /// Internal - ///-------- - - /// Do *NOT* use. Internal function, reserved for BlazingMQ internal - /// usage. - void* impl(); }; // ============================================================================ @@ -1181,11 +1174,6 @@ inline int Session::confirmMessage(const Message& message) return confirmMessage(message.confirmationCookie()); } -inline void* Session::impl() -{ - return &d_impl; -} - } // close package namespace } // close enterprise namespace