Remove declaration of dump_split_vars(), which is never defined or
[pspp-builds.git] / src / data / variable.h
index 9b78d880a892b9fe36e38c5efb9a0513cb0d6aa2..8a4609f0526e77d15a6a392c0fee7289f6180fab 100644 (file)
@@ -126,9 +126,6 @@ struct vector
     int cnt;                   /* Number of variables. */
   };
 \f
-struct ccase;
-void dump_split_vars (const struct ccase *);
-\f
 struct var_set;
 
 struct dictionary;