From: Ben Pfaff <blp@gnu.org>
Date: Sun, 7 May 2006 02:41:01 +0000 (+0000)
Subject: Remove declaration of dump_split_vars(), which is never defined or
X-Git-Tag: sav-api~1890
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a0552c1b3be6ed7c4bf563090a6135afc8f171;p=pspp

Remove declaration of dump_split_vars(), which is never defined or
otherwise referenced.
---

diff --git a/src/data/variable.h b/src/data/variable.h
index 9b78d880a8..8a4609f052 100644
--- a/src/data/variable.h
+++ b/src/data/variable.h
@@ -126,9 +126,6 @@ struct vector
     int cnt;			/* Number of variables. */
   };
 
-struct ccase;
-void dump_split_vars (const struct ccase *);
-
 struct var_set;
 
 struct dictionary;