diff --git a/services/abilitymgr/include/free_install_manager.h b/services/abilitymgr/include/free_install_manager.h index ad8dc3a793..6d5254cfdf 100644 --- a/services/abilitymgr/include/free_install_manager.h +++ b/services/abilitymgr/include/free_install_manager.h @@ -234,7 +234,6 @@ private: void HandleFreeInstallResult(int32_t recordId, FreeInstallInfo &freeInstallInfo, int resultCode, bool isAsync); void HandleOnFreeInstallSuccess(int32_t recordId, FreeInstallInfo &freeInstallInfo, bool isAsync); void HandleOnFreeInstallFail(int32_t recordId, FreeInstallInfo &freeInstallInfo, int resultCode, bool isAsync); - void NotifySCBToHandleException(const FreeInstallInfo &info, int resultCode); void StartAbilityByConvertedWant(FreeInstallInfo &info, const std::string &startTime); void StartAbilityByOriginalWant(FreeInstallInfo &info, const std::string &startTime); bool VerifyStartFreeInstallPermission(const sptr &callerToken);