aboutsummaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/scope.c b/scope.c
index ef9e4f5..d7d50fc 100644
--- a/scope.c
+++ b/scope.c
@@ -105,9 +105,6 @@ char *name;
int hash;
node *tmp;
- if (root->ret_var && !strcmp(root->ret_var->name, name))
- return root->ret_var;
-
hash = hashpjw(name);
tmp = root->table[hash];
return list_search(tmp, name);