From da15143040b91845e76f0ce5bd53b5b5a2c3de22 Mon Sep 17 00:00:00 2001 From: jiaxugangzz Date: Thu, 9 Feb 2023 10:36:34 +0800 Subject: [PATCH] =?UTF-8?q?monthly=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiaxugangzz --- global/global_napi_test/entry/src/main/cpp/napi/test_string.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/global/global_napi_test/entry/src/main/cpp/napi/test_string.cpp b/global/global_napi_test/entry/src/main/cpp/napi/test_string.cpp index db649471e..4dda6ca00 100644 --- a/global/global_napi_test/entry/src/main/cpp/napi/test_string.cpp +++ b/global/global_napi_test/entry/src/main/cpp/napi/test_string.cpp @@ -69,7 +69,6 @@ namespace OHOS { // test OH_ResourceManager_GetRawFileDescriptor RawFileDescriptor descriptor; bool getFd = OH_ResourceManager_GetRawFileDescriptor(rawFile, descriptor); -// getFd, descriptor.fd, descriptor.length, descriptor.start); // test OH_ResourceManager_ReadRawFile asyncContext->mediaData = std::make_unique(asyncContext->len_); -- GitLab