Commit 1f8d2512 authored by Dominik Charousset's avatar Dominik Charousset

Remove leftover comments

parent fbdb3351
......@@ -81,7 +81,6 @@ behavior peer_fun(broker* self, connection_handle hdl, const actor& buddy) {
CAF_MESSAGE("peer_fun called");
CAF_REQUIRE(self->subtype() == resumable::io_actor);
CAF_CHECK(self != nullptr);
//
self->monitor(buddy);
self->set_down_handler([self](down_msg& dm) {
// Stop if buddy is done.
......
......@@ -84,7 +84,6 @@ struct config : actor_system_config {
struct fixture : point_to_point_fixture<test_coordinator_fixture<config>> {
fixture() {
prepare_connection(mars, earth, "mars", 8080);
// ssp = std::make_shared<suite_state>();
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment