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:
ntrifunovic 2006-08-22 22:31:22 +00:00
parent 92e73d7eb2
commit 124a50b920

View file

@ -461,12 +461,6 @@ namespace internal
next(it);
}
template <typename octet_iterator>
uint32_t get(octet_iterator it)
{
return next(it);
}
template <typename octet_iterator>
typename std::iterator_traits<octet_iterator>::difference_type
distance (octet_iterator first, octet_iterator last)