summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 12926846..094fbbac 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -831,8 +831,7 @@ struct stat_decl_collector
{
assert (e->htype == hist_log);
new_stat.type = statistic_decl::logarithmic;
- assert (e->params.size() == 1);
- new_stat.logarithmic_buckets = e->params[0];
+ assert (e->params.size() == 0);
}
map<string, statistic_decl>::iterator i = session.stat_decls.find(sym->name);