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

This commit is contained in:
rlar 2013-05-25 18:19:57 +02:00
parent 1abcf9d4fa
commit d78da5b221
1 changed files with 0 additions and 4 deletions

View File

@ -2810,10 +2810,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);