Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()
authorSimon Hausmann <simon.hausmann@nokia.com>
Tue, 13 Dec 2011 09:03:20 +0000 (10:03 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Dec 2011 03:50:03 +0000 (04:50 +0100)
commit0321378516d6abdf17b81ec1678db3ef61057bed
treea4964b4cc3c290d054bbfdf97ef64ef3f043b604
parent9db40605bc3c1ddb2715a53724c6fbc4d026e68b
Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()

The same call is done a few lines above, and calling the function multiple times
has no effect after the first call.

Change-Id: Ibcf10ec88b0f5182d2963e4bfe532ff6a4e5a4ad
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
src/declarative/qml/v8/qv8engine.cpp