]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Compile fix for 32-bit.
authorRoland McGrath <roland@redhat.com>
Tue, 7 Jul 2009 07:42:54 +0000 (00:42 -0700)
committerRoland McGrath <roland@redhat.com>
Tue, 7 Jul 2009 07:42:54 +0000 (00:42 -0700)
libdw/c++/subr.hh

index 4e1debb1eae574462e936c872ce423eaee10737b..8d42a77ebef877a9cc21525cd92d2c5f394851fd 100644 (file)
@@ -67,10 +67,6 @@ namespace elfutils
     struct hash<uint64_t> : public integer_hash<uint64_t> {};
     template<>
     struct hash<uint8_t> : public integer_hash<uint8_t> {};
-#if UINT64_MAX != UINTPTR_MAX
-    template<>
-    struct hash<uintptr_t> : public integer_hash<uintptr_t> {};
-#endif
 
     template<typename T1, typename T2>
     struct hash<std::pair<T1, T2> >