Removed superfluous return statement
This commit is contained in:
parent
9a0d92820d
commit
f0c6976aea
1 changed files with 0 additions and 1 deletions
|
|
@ -774,7 +774,6 @@ namespace fc {
|
||||||
FC_ASSERT( _max_depth > 0 );
|
FC_ASSERT( _max_depth > 0 );
|
||||||
datastream<const char*> ds( d, s );
|
datastream<const char*> ds( d, s );
|
||||||
fc::raw::unpack( ds, v, _max_depth - 1 );
|
fc::raw::unpack( ds, v, _max_depth - 1 );
|
||||||
return v;
|
|
||||||
} FC_RETHROW_EXCEPTIONS( warn, "error unpacking ${type}", ("type",fc::get_typename<T>::name() ) ) }
|
} FC_RETHROW_EXCEPTIONS( warn, "error unpacking ${type}", ("type",fc::get_typename<T>::name() ) ) }
|
||||||
|
|
||||||
template<typename Stream>
|
template<typename Stream>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue