Commit 8be5a792 authored by Dominik Charousset's avatar Dominik Charousset

Remove redundant variable

parent d3f950d2
......@@ -462,7 +462,6 @@ struct msg_visitor {
(*inptr->mgr)(x.sender, dm.slots, inptr, y);
},
[&](dmsg::close& y) {
auto self = inptr->mgr->self;
(*self)(x.sender, dm.slots, inptr, y);
});
visit(f, dm.content);
......
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