Removed unused Control.

This commit is contained in:
Roberto Raggi
2010-05-10 10:10:09 +02:00
parent 7526954e9a
commit 2e9f94c4b9

View File

@@ -381,8 +381,6 @@ void CreateBindings::lookup_helper(const Name *name, Scope *scope,
}
} else if (const Identifier *id = name->identifier()) {
Control *control = new Control();
for (Symbol *s = scope->lookat(id); s; s = s->next()) {
if (! s->name())
continue;