From: g0dil Date: Thu, 24 Sep 2009 08:50:23 +0000 (+0000) Subject: Utils: Remove unneeded nocharIterator() overloads X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=1b32783499fa4d42ef090b210c0eec659a5b5a4d;p=senf.git Utils: Remove unneeded nocharIterator() overloads git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1437 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Utils/auto_unit_test.hh b/senf/Utils/auto_unit_test.hh index 118f0de..b81bed4 100644 --- a/senf/Utils/auto_unit_test.hh +++ b/senf/Utils/auto_unit_test.hh @@ -102,14 +102,6 @@ namespace test { typename detail::NoCharIterator::type nocharIterator(Iterator i) { return typename detail::NoCharIterator::type (i); } - template - typename detail::NoCharIterator::type nocharIterator(Value * i) - { return typename detail::NoCharIterator::type (i); } - - template - typename detail::NoCharIterator::type nocharIterator(Value const * i) - { return typename detail::NoCharIterator::type (i); } - }} /** \brief Check ranges for equality, writing char's as int's