diff --git a/interfaces/kits/js/distributedBundle/distributed_bundle.cpp b/interfaces/kits/js/distributedBundle/distributed_bundle.cpp index 920cb18319638b1bcad7a71e576f51e0f8eef254..72c08783c1c6a52ba8292b5e88c29eacc71d9f4e 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");