Commit 28e83bbe authored by Dominik Charousset's avatar Dominik Charousset

Remove obsolete member function

parent cb782e13
......@@ -259,10 +259,6 @@ protected:
// -- implementation hooks for sinks -----------------------------------------
/// Called when the gatherer closes to produce the final stream result for
/// all listeners. The default implementation returns an empty message.
virtual message make_final_result();
/// Called when `in().closed()` changes to `true`. The default
/// implementation does nothing.
virtual void input_closed(error reason);
......
......@@ -303,10 +303,6 @@ void stream_manager::finalize(const error&) {
// nop
}
message stream_manager::make_final_result() {
return none;
}
void stream_manager::output_closed(error) {
// nop
}
......
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