pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/weight.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/weight.c
Date: Thu, 03 Nov 2005 01:22:08 -0500

Index: pspp/src/weight.c
diff -u pspp/src/weight.c:1.9 pspp/src/weight.c:1.10
--- pspp/src/weight.c:1.9       Sun Jul 31 21:42:46 2005
+++ pspp/src/weight.c   Thu Nov  3 06:21:47 2005
@@ -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)
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]