X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fgroup.h;h=72f3cb5d7409334ffbe1abfa0dba54333396a13b;hb=cc2f230e7056734a2f7db67fbf9646a549496021;hp=c5470b2578f2a1948e66a1ca6e6ae220d1616ecb;hpb=ea026a235eb11c9082696d0bb970096ccc6e48f6;p=pspp-builds.git diff --git a/src/math/group.h b/src/math/group.h index c5470b25..72f3cb5d 100644 --- a/src/math/group.h +++ b/src/math/group.h @@ -67,18 +67,6 @@ struct group_statistics struct variable ; -/* These funcs are useful for hash tables */ - -/* Return -1 if the id of a is less than b; +1 if greater than and - 0 if equal */ -int compare_group (const void *a, - const void *b, - const void *var); - -unsigned int hash_group (const void *g, const void *var); - void free_group (struct group_statistics *v, void *aux); - - #endif