X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroup.h;fp=src%2Fgroup.h;h=984523574212b27976f1da54f3adc58b7a97047d;hb=c87fb686f323f651a1d3f3892c31bf66788916d9;hp=c9050604bcad11df61b6ed5a4760843f95d5cac4;hpb=c33f6387da9826d640ef1f21068bf5c94055ba77;p=pspp-builds.git diff --git a/src/group.h b/src/group.h index c9050604..98452357 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 {