From 83aef1fd228d368d459e9cf75c8ea2538ddcb9d0 Mon Sep 17 00:00:00 2001 From: yangxuguang-huawei Date: Fri, 11 Oct 2024 09:22:01 +0800 Subject: [PATCH] refactor: delete unimplemented function Signed-off-by: yangxuguang-huawei Change-Id: I8f35900e396a4c2c1569fa8ff4d134fdf11ac608 --- services/abilitymgr/include/free_install_manager.h | 1 - 1 file changed, 1 deletion(-) 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);