From d353de70368820b689b8a7d86ba72db2d52886b1 Mon Sep 17 00:00:00 2001 From: shilei Date: Sat, 29 Oct 2022 15:13:08 +0800 Subject: [PATCH] add Signed-off-by: shilei Change-Id: Ia4444a26a37465ebdaa1f2e8ddbf448da026c846 --- services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp b/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp index f9c234e..c76e1a0 100755 --- a/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp +++ b/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp @@ -54,7 +54,6 @@ void BundleMgrSliteFeature::Init() BOOL apiResult = samgrLite->RegisterFeatureApi(BMS_SERVICE, BMS_SLITE_FEATURE, publicApi); PRINTI("BundleMgrSliteFeature", "bms feature init %{public}s", apiResult ? "success" : "failure"); } -SYSEX_FEATURE_INIT(Init); BundleMgrSliteFeature::BundleMgrSliteFeature() : Feature(), identity_() {