Commit 091ea74a authored by Dominik Charousset's avatar Dominik Charousset

Remove redundant typedef

parent d1f11390
......@@ -76,7 +76,6 @@ buf make_log(level lvl) {
TESTEE_SETUP();
TESTEE(log_producer) {
using buf = std::vector<value_type>;
return {
[=](level lvl) -> output_stream<value_type> {
auto res = self->make_source(
......
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