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:
parent
de00a4b469
commit
77fb699ec2
1 changed files with 0 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue