fixme, cp_remvar_all() needs to be reconsidered after code change in cp_usrvars()

This commit is contained in:
rlar 2016-08-09 21:22:18 +02:00
parent 6d6df3fff6
commit 62dd52fbcb
1 changed files with 0 additions and 6 deletions

View File

@ -1029,12 +1029,6 @@ var_set_vlist(struct variable *v, struct variable *value)
void
cp_remvar_all(void)
{
struct variable *uv1, *uv2;
cp_usrvars(&uv1, &uv2);
free_struct_variable(variables);
variables = NULL;
free_struct_variable(uv1);
free_struct_variable(uv2);
}