forked from qt-creator/qt-creator
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:
@@ -115,7 +115,6 @@ void Link::makeComponentChain(
|
||||
if (bind->rootObjectValue())
|
||||
target->rootObject = bind->rootObjectValue();
|
||||
|
||||
target->functionScopes += bind->functionEnvironment();
|
||||
target->ids = bind->idEnvironment();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user