projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebccf00
)
Remove declaration of dump_split_vars(), which is never defined or
author
Ben Pfaff
<blp@gnu.org>
Sun, 7 May 2006 02:41:01 +0000
(
02:41
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Sun, 7 May 2006 02:41:01 +0000
(
02:41
+0000)
otherwise referenced.
src/data/variable.h
patch
|
blob
|
history
diff --git
a/src/data/variable.h
b/src/data/variable.h
index 9b78d880a892b9fe36e38c5efb9a0513cb0d6aa2..8a4609f0526e77d15a6a392c0fee7289f6180fab 100644
(file)
--- a/
src/data/variable.h
+++ b/
src/data/variable.h
@@
-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;