From 687de9fc027f3d852228200ff4224da74e14b5ba Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 25 May 2013 18:19:57 +0200 Subject: [PATCH] inpcom.c, drop artifact, now this isn't any more a bug --- src/frontend/inpcom.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index 6c4b518d5..93f8bd92f 100644 --- a/src/frontend/inpcom.c +++ b/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);