From 7633f7d6ddd3dc435253f3b1d44a595fd9e027dc Mon Sep 17 00:00:00 2001 From: tianp Date: Mon, 4 Aug 2025 20:18:38 +0800 Subject: [PATCH] =?UTF-8?q?rename=E6=8E=A5=E5=8F=A3=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tianp Change-Id: I6f3e1a0f09177320a65dca142b9663e665e918ec --- interfaces/kits/js/src/mod_fs/properties/rename_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/rename_core.h b/interfaces/kits/js/src/mod_fs/properties/rename_core.h index 0eded1168..0bf0157cb 100644 --- a/interfaces/kits/js/src/mod_fs/properties/rename_core.h +++ b/interfaces/kits/js/src/mod_fs/properties/rename_core.h @@ -28,7 +28,6 @@ public: static FsResult DoRename(const string &src, const string &dest); }; -const string PROCEDURE_RENAME_NAME = "FileIORename"; } // namespace ModuleFileIO } // namespace FileManagement } // namespace OHOS -- Gitee