X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-hist.c;h=0f183208a2486ac5c4e07c4fd325b4bbf6a12d6d;hb=bd00412ff6cf29cf3b7744bf1045f53122eb46f7;hp=bdc39ad17ac94baf1f8041c2925da52454f8bef2;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/output/charts/plot-hist.c b/src/output/charts/plot-hist.c index bdc39ad1..0f183208 100644 --- a/src/output/charts/plot-hist.c +++ b/src/output/charts/plot-hist.c @@ -156,7 +156,6 @@ histogram_plot(const gsl_histogram *hist, gsl_histogram_get_range(hist, 0, &x_min, ¬_used); range = not_used - x_min; gsl_histogram_get_range(hist, bins - 1, ¬_used, &x_max); - assert(range == x_max - not_used); abscissa_scale = (ch->data_right - ch->data_left) / (x_max - x_min); ordinate_scale = (ch->data_top - ch->data_bottom) /