Skip to content

Commit

Permalink
Update datastream.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Oct 9, 2018
1 parent 17c7efd commit 991c701
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions libraries/eosiolib/datastream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -384,20 +384,6 @@ inline datastream<Stream>& operator<<(datastream<Stream>& ds, const ::eosio::ign
return ds;
}

/**
* Deserialize an ignored_wrapper type from a stream
*
* @brief Deserialize an ignore_wrapper type
* @param ds - The stream to read
* @param ignored - The destination for deserialized value
* @tparam Stream - Type of datastream buffer
* @return datastream<Stream>& - Reference to the datastream
*/
template<typename Stream, typename T>
inline datastream<Stream>& operator>>(datastream<Stream>& ds, ::eosio::ignore_wrapper<T>) {
return ds;
}

/**
* Serialize an ignored type into a stream
*
Expand Down

0 comments on commit 991c701

Please sign in to comment.