X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fpercentiles.h;h=7af157b230e07adf4c68f01d401eb2ec7e133e45;hb=ff5de86ff88b3d3c8552ac0e29c94f4ce3a4f2eb;hp=ff46bea6dce45611b88c621df4f7e86a30d97534;hpb=cb72db62c20ecab427229110820c5b053d0663c4;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;