X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fstatistic.h;h=2109d856a29ba87eff4554b42729bc7d8532ebad;hb=a03c3e402280d7aff95aeb19398a9207807507c9;hp=987264b1f90e113109ca69837007e005da0950fe;hpb=a822e094bd5fcc22752804ecb5c9267a1268b9ba;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 *); };