Skip to content

Commit 07f2693

Browse files
authored
Unused this capture is removed. (#1128)
1 parent d4902c0 commit 07f2693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hazelcast/src/hazelcast/client/network.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ ClientConnectionManagerImpl::on_authenticated(
841841
client_state_ = client_state::CONNECTED_TO_CLUSTER;
842842
auto self = shared_from_this();
843843
boost::asio::post(
844-
executor_->get_executor(), [self, new_cluster_id, this]() {
844+
executor_->get_executor(), [self, new_cluster_id]() {
845845
self->initialize_client_on_cluster(new_cluster_id);
846846
});
847847
} else {

0 commit comments

Comments
 (0)