diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/staptree.cxx b/staptree.cxx index 10572803..a1a8211b 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -718,13 +718,9 @@ hist_op::print (ostream& o) const break; case hist_log: - assert(params.size() == 1); + assert(params.size() == 0); o << "hist_log("; stat->print(o); - for (size_t i = 0; i < params.size(); ++i) - { - o << ", " << params[i]; - } o << ")"; break; } |