From d0084a295377e0bed6df39bb2bc3997347ea46d7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 7 Jul 2009 00:42:54 -0700 Subject: Compile fix for 32-bit. --- libdw/c++/subr.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libdw/c++/subr.hh b/libdw/c++/subr.hh index 4e1debb1..8d42a77e 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 > -- cgit v1.2.1