X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fauto_unit_test.hh;h=b81bed4f9ddf92067a33c71552b77685cc1a406d;hb=1b32783499fa4d42ef090b210c0eec659a5b5a4d;hp=118f0de0110153f6089109d0bf0ef3ed95e90f86;hpb=309d78606f59617de0cfb1469b22111c846891ad;p=senf.git 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