From 3f09c90bf45d9ec9e79d492bcfe2cb796a5a181b Mon Sep 17 00:00:00 2001 From: junyi233 Date: Tue, 23 May 2023 08:15:28 +0000 Subject: [PATCH] =?UTF-8?q?523=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- frameworks/src/bundle_test_tool.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/frameworks/src/bundle_test_tool.cpp b/frameworks/src/bundle_test_tool.cpp index 244fa98..9b2a631 100644 --- a/frameworks/src/bundle_test_tool.cpp +++ b/frameworks/src/bundle_test_tool.cpp @@ -1511,8 +1511,6 @@ ErrCode BundleTestTool::RunAsGetAllProxyDataCommand() int counter = 0; std::string commandName = "getProxyData"; std::string name = ""; - std::string bundleName = ""; - std::string moduleName = ""; int userId = Constants::ALL_USERID; APP_LOGD("RunAsGetAllProxyDataCommand is start"); while (true) { -- Gitee