QmlJS: Remove unused function environment from binder.

This used to contain all functions declared in Script blocks. With them
gone, there's no reason to keep it.
This commit is contained in:
Christian Kamm
2010-04-28 09:40:51 +02:00
parent 34d3b5d8ac
commit 9af4f2c64f
5 changed files with 0 additions and 14 deletions

View File

@@ -115,7 +115,6 @@ void Link::makeComponentChain(
if (bind->rootObjectValue())
target->rootObject = bind->rootObjectValue();
target->functionScopes += bind->functionEnvironment();
target->ids = bind->idEnvironment();
}