summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-07-07 00:42:54 -0700
committerRoland McGrath <roland@redhat.com>2009-07-07 00:42:54 -0700
commitd0084a295377e0bed6df39bb2bc3997347ea46d7 (patch)
tree2214d19354c4598be11898e6423388e7733363b0
parentec9127b9217541c5e39ee94777eec17e70cd7344 (diff)
downloadelfutils-d0084a295377e0bed6df39bb2bc3997347ea46d7.tar.gz
Compile fix for 32-bit.
-rw-r--r--libdw/c++/subr.hh4
1 files changed, 0 insertions, 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<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> >