diff --git a/src/groups/bmq/bmqa/bmqa_message.h b/src/groups/bmq/bmqa/bmqa_message.h index c487181324..02e4c21f9b 100644 --- a/src/groups/bmq/bmqa/bmqa_message.h +++ b/src/groups/bmq/bmqa/bmqa_message.h @@ -121,11 +121,11 @@ struct MessageImpl { // SubscriptionHandle this message is // associated with -#ifdef BMQ_ENABLE_MSG_GROUPID + // #ifdef BMQ_ENABLE_MSG_GROUPID bsl::string d_groupId; // Optional Group Id this message is // associated with -#endif + // #endif }; // ===============================