X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fstatistic.h;h=2109d856a29ba87eff4554b42729bc7d8532ebad;hb=0c446408109faa319a17d802bf8a0972b824305a;hp=987264b1f90e113109ca69837007e005da0950fe;hpb=1bb28b0cb5e25b5e3a5cf50ae8864f886fa1d221;p=pspp diff --git a/src/math/statistic.h b/src/math/statistic.h index 987264b1f9..2109d856a2 100644 --- a/src/math/statistic.h +++ b/src/math/statistic.h @@ -23,7 +23,6 @@ struct ccase ; struct statistic { - void (*accumulate) (struct statistic *, const struct ccase *cx, double c, double cc, double y); void (*destroy) (struct statistic *); };