Removed an unused function unchecked::get
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@47 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
parent
92e73d7eb2
commit
124a50b920
1 changed files with 0 additions and 6 deletions
|
@ -461,12 +461,6 @@ namespace internal
|
||||||
next(it);
|
next(it);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename octet_iterator>
|
|
||||||
uint32_t get(octet_iterator it)
|
|
||||||
{
|
|
||||||
return next(it);
|
|
||||||
}
|
|
||||||
|
|
||||||
template <typename octet_iterator>
|
template <typename octet_iterator>
|
||||||
typename std::iterator_traits<octet_iterator>::difference_type
|
typename std::iterator_traits<octet_iterator>::difference_type
|
||||||
distance (octet_iterator first, octet_iterator last)
|
distance (octet_iterator first, octet_iterator last)
|
||||||
|
|
Loading…
Add table
Reference in a new issue