projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4593b60
)
Remove redundant prototype from src/data/variable.h: var_get_value_name.
author
John Darrington
<john@darrington.wattle.id.au>
Tue, 16 Jun 2015 15:32:27 +0000
(17:32 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Tue, 16 Jun 2015 15:32:27 +0000
(17:32 +0200)
There was no definition corresponding to this declaration.
src/data/variable.h
patch
|
blob
|
history
diff --git
a/src/data/variable.h
b/src/data/variable.h
index 25596ad368beac821803ef074bdd3eaea3e8938d..e960e09234406eaabe402f2683f5b5ee3974bd76 100644
(file)
--- a/
src/data/variable.h
+++ b/
src/data/variable.h
@@
-94,10
+94,6
@@
struct string;
void var_append_value_name (const struct variable *, const union value *,
struct string *);
-const char *
-var_get_value_name (const struct variable *v, const union value *value);
-
-
bool var_has_value_labels (const struct variable *);
const struct val_labs *var_get_value_labels (const struct variable *);
void var_set_value_labels (struct variable *, const struct val_labs *);