1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00

Drop unneeded (and wrong) prototype.

This commit is contained in:
King_DuckZ 2016-07-10 14:02:42 +01:00
parent de00a4b469
commit 77fb699ec2

View file

@ -89,9 +89,6 @@ namespace redis {
template <typename T>
struct StructAdapt;
template <typename AS, typename I>
AS range_conv ( const boost::iterator_range<I>& parRange );
template <typename AS, typename I>
inline AS range_as (const boost::iterator_range<I>& parRange) {
assert(not boost::empty(parRange));