From: Bert Hubert Date: Mon, 13 Mar 2006 19:49:17 +0000 (+0000) Subject: make things compile again X-Git-Tag: pdns-2.9.20~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41501b9f17fdb95f4d27d3ac95fbbcbbb3d9d0c;p=thirdparty%2Fpdns.git make things compile again git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@582 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/recursor_cache.hh b/pdns/recursor_cache.hh index 34d95681a7..6ba11fb923 100644 --- a/pdns/recursor_cache.hh +++ b/pdns/recursor_cache.hh @@ -16,18 +16,6 @@ using namespace boost; using namespace ::boost::multi_index; -namespace __gnu_cxx { - template<> - struct hash - { - size_t - operator()(const string& __s) const - { - return __stl_hash_string(__s.c_str()); - } - }; -} - class MemRecursorCache : public boost::noncopyable // : public RecursorCache { public: