pematous commented on code in PR #437: URL: https://github.com/apache/qpid-proton/pull/437#discussion_r2000811122
########## cpp/src/messaging_adapter.cpp: ########## @@ -274,11 +301,14 @@ void on_link_local_open(messaging_handler& handler, pn_event_t* event) { void on_link_remote_open(messaging_handler& handler, pn_event_t* event) { auto lnk = pn_event_link(event); - // Currently don't implement (transaction) coordinator + int type = pn_terminus_get_type(pn_link_remote_target(lnk)); Review Comment: unused variable ‘type’ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org