From 284198e3877b816480d5c0878cf0e9da49f7a10b Mon Sep 17 00:00:00 2001 From: tengtengh Date: Thu, 10 Jul 2025 16:21:55 +0800 Subject: [PATCH] Merge 0328 to 0702 Signed-off-by: tengtengh --- .../kits/js/distributedBundle/distributed_bundle.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interfaces/kits/js/distributedBundle/distributed_bundle.cpp b/interfaces/kits/js/distributedBundle/distributed_bundle.cpp index 920cb18..72c0878 100644 --- a/interfaces/kits/js/distributedBundle/distributed_bundle.cpp +++ b/interfaces/kits/js/distributedBundle/distributed_bundle.cpp @@ -35,13 +35,6 @@ namespace OHOS { namespace AppExecFwk { -namespace { -constexpr int32_t GET_REMOTE_ABILITY_INFO_MAX_SIZE = 10; -const std::string RESOURCE_NAME_GET_REMOTE_ABILITY_INFO = "GetRemoteAbilityInfo"; -const std::string PARAMETER_ELEMENT_NAME = "elementName"; -const std::string PARAMETER_LOCALE = "locale"; -} - static OHOS::sptr GetDistributedBundleMgr() { APP_LOGD("GetDistributedBundleMgr start"); -- Gitee