X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fweight.c;h=f1326f09d25fc6a70e99670b9ab68266f6c826f2;hb=0ef6ac022673935ef842a1059aad45b89d59f025;hp=9128bc3e90038b2f44bb33e0df94528144ea5195;hpb=4de79b34b329d1da6cdeb145993d3efd911e2967;p=pspp diff --git a/src/weight.c b/src/weight.c index 9128bc3e90..f1326f09d2 100644 --- a/src/weight.c +++ b/src/weight.c @@ -30,14 +30,6 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -/* WEIGHT transformation. */ -struct weight_trns - { - struct trns_header h; - int src; /* `value' index of weighting variable. */ - int dest; /* `value' index of $WEIGHT. */ - }; - int cmd_weight (void) {