X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fpercentiles.h;h=7af157b230e07adf4c68f01d401eb2ec7e133e45;hb=349a2ee8f7e74c49e178364fa783303666b1141a;hp=ff46bea6dce45611b88c621df4f7e86a30d97534;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/math/percentiles.h b/src/math/percentiles.h index ff46bea6dc..7af157b230 100644 --- a/src/math/percentiles.h +++ b/src/math/percentiles.h @@ -31,9 +31,6 @@ enum pc_alg { PC_AEMPIRICAL } ; -extern const char *const ptile_alg_desc[]; - - struct percentile { struct order_stats parent;