Commit 75f1b107 authored by Dominik Charousset's avatar Dominik Charousset

Remove deprecated member in testing fixture

parent 0932ce12
......@@ -570,7 +570,6 @@ public:
caf::timespan{1000});
// Make sure the current time isn't 0.
sched.clock().current_time += std::chrono::hours(1);
credit_round_interval = cfg.stream_credit_round_interval;
}
virtual ~test_coordinator_fixture() {
......@@ -751,8 +750,6 @@ public:
void loop_after_next_enqueue()
CAF_DEPRECATED_MSG("use run_after_next_ready_event() instead");
caf::timespan credit_round_interval CAF_DEPRECATED;
};
template <class Config>
......
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