remove redundant local static HashMapProviderT and ComparerT
[framework/osp/appwidget-service.git] / src / FShell_AppContext.cpp
index fc03aa1..5948eaa 100644 (file)
@@ -59,9 +59,7 @@ _AppContext::_AppContext(const AppId& appId)
        result r = __pPendingEventList->Construct();
        SysTryReturnVoidResult(NID_SHELL, !IsFailed(r), E_SYSTEM, "Failed to execute Construct.");
 
-       static __HashMapDefaultProviderT <String> strHashCodeProvider;
-       static ComparerT <String> strComparer;
-       r = __appWidgetContextList.Construct(0, 0, strHashCodeProvider, strComparer);
+       r = __appWidgetContextList.Construct();
        SysTryReturnVoidResult(NID_SHELL, !IsFailed(r), E_SYSTEM, "Failed to execute Construct.");
 }