From: Roland McGrath Date: Tue, 7 Jul 2009 07:42:54 +0000 (-0700) Subject: Compile fix for 32-bit. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0084a295377e0bed6df39bb2bc3997347ea46d7;p=thirdparty%2Felfutils.git Compile fix for 32-bit. --- diff --git a/libdw/c++/subr.hh b/libdw/c++/subr.hh index 4e1debb1e..8d42a77eb 100644 --- a/libdw/c++/subr.hh +++ b/libdw/c++/subr.hh @@ -67,10 +67,6 @@ namespace elfutils struct hash : public integer_hash {}; template<> struct hash : public integer_hash {}; -#if UINT64_MAX != UINTPTR_MAX - template<> - struct hash : public integer_hash {}; -#endif template struct hash >