frontend/vectors.c, vec_get(), #1/2 drop unused allocation

This commit is contained in:
rlar 2015-12-21 16:10:49 +01:00
parent d37f18d777
commit d360023e14
1 changed files with 0 additions and 2 deletions

View File

@ -576,8 +576,6 @@ vec_get(const char *vec_name)
struct variable *nv;
double *list;
list = TMALLOC(double, 1);
nv = alloc(struct variable);
nv = vv->va_vlist;
for (i = 1; ; i++) {
list = TREALLOC(double, list, i);