From: Christian Bauer Date: Tue, 22 Feb 2005 19:15:09 +0000 (+0000) Subject: commented out internal debugging function X-Git-Tag: release_1-4-0~191 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=561aaaa1c21e2f1b14158670466970d0ecb8f4db;ds=sidebyside commented out internal debugging function --- 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). */