Skip to content
Snippets Groups Projects
Commit 2e9f94c4 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Removed unused Control.

parent 7526954e
No related merge requests found
...@@ -381,8 +381,6 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope, ...@@ -381,8 +381,6 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope,
} }
} else if (const Identifier *id = name->identifier()) { } else if (const Identifier *id = name->identifier()) {
Control *control = new Control();
for (Symbol *s = scope->lookat(id); s; s = s->next()) { for (Symbol *s = scope->lookat(id); s; s = s->next()) {
if (! s->name()) if (! s->name())
continue; continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment