Remove redundant prototype from src/data/variable.h: var_get_value_name.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 16 Jun 2015 15:32:27 +0000 (17:32 +0200)
committerJohn 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

index 25596ad368beac821803ef074bdd3eaea3e8938d..e960e09234406eaabe402f2683f5b5ee3974bd76 100644 (file)
@@ -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 *);