Commit b58eb2fa authored by Dominik Charousset's avatar Dominik Charousset

Remove misplaced return statement

parent 646df4bf
......@@ -719,7 +719,6 @@ public:
caf::binary_deserializer source{sys, buf};
if (auto err = source(xs...))
CAF_FAIL("deserialization failed: " << sys.render(err));
return buf;
}
template <class T>
......
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