X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroup.h;h=954418a872af25dadb99378c227d31e19759afb5;hb=ff2389320fc25c3598a2fa75ea30f50f260b3ba6;hp=c9050604bcad11df61b6ed5a4760843f95d5cac4;hpb=c33f6387da9826d640ef1f21068bf5c94055ba77;p=pspp diff --git a/src/group.h b/src/group.h index c9050604bc..954418a872 100644 --- a/src/group.h +++ b/src/group.h @@ -18,7 +18,6 @@ 02111-1307, USA. */ - #ifndef GROUP_H #define GROUP_H @@ -26,13 +25,6 @@ #include "val.h" -enum comparison - { - CMP_LE = -2, - CMP_EQ = 0, - }; - - /* Statistics for grouped data */ struct group_statistics { @@ -82,7 +74,7 @@ struct group_statistics -/* These funcs are usefull for hash tables */ +/* 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 */