Browse Source

inpcom.c, drop artifact, now this isn't any more a bug

pre-master-46
rlar 13 years ago
parent
commit
687de9fc02
  1. 4
      src/frontend/inpcom.c

4
src/frontend/inpcom.c

@ -2818,10 +2818,6 @@ inp_get_func_from_line(struct function_env *env, char *line)
keep = *end;
*end = '\0';
/* see if already encountered this function */
/* FIXME, this code is unused, which is probably a bug */
function = find_function(env, line);
function = new_function(env);
function->name = strdup(line);

Loading…
Cancel
Save