Utils: Remove unneeded nocharIterator() overloads
g0dil [Thu, 24 Sep 2009 08:50:23 +0000 (08:50 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1437 270642c3-0616-0410-b53a-bc976706d245

senf/Utils/auto_unit_test.hh

index 118f0de..b81bed4 100644 (file)
@@ -102,14 +102,6 @@ namespace test {
     typename detail::NoCharIterator<Iterator>::type nocharIterator(Iterator i)
     { return typename detail::NoCharIterator<Iterator>::type (i); }
 
-    template <class Value>
-    typename detail::NoCharIterator<Value *>::type nocharIterator(Value * i)
-    { return typename detail::NoCharIterator<Value *>::type (i); }
-
-    template <class Value>
-    typename detail::NoCharIterator<Value const *>::type nocharIterator(Value const * i)
-    { return typename detail::NoCharIterator<Value const *>::type (i); }
-
 }}
 
 /** \brief Check ranges for equality, writing char's as int's