From 561aaaa1c21e2f1b14158670466970d0ecb8f4db Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 22 Feb 2005 19:15:09 +0000 Subject: [PATCH] commented out internal debugging function --- ginac/hash_map.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 82b18a1b..958d1098 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -431,6 +431,7 @@ public: return !(lhs == rhs); } +#if 0 void dump() const { std::clog << "num_entries = " << num_entries << std::endl; @@ -441,6 +442,7 @@ public: std::clog << (it->first == EMPTY ? "free" : (it->first == USED ? "used" : "erased")) << ", " << it->second.first << " -> " << it->second.second << std::endl; } } +#endif }; /** Return pointer to bucket corresponding to key (or first empty bucket). */ -- 2.44.0