未验证 提交 2f1f2b1a 编写于 作者: O openharmony_ci 提交者: Gitee

!961 【OpenHarmony开源贡献者计划2022】fix warning: unused function 'OnClose'

Merge pull request !961 from rtos_jie/close
......@@ -30,11 +30,6 @@ int WorkSpaceNodeCompare(const HashNode *node1, const HashNode *node2);
char *GetServiceCtrlName(const char *name, const char *value);
}
static void OnClose(ParamTaskPtr client)
{
UNUSED(client);
}
static int CheckServerParamValue(const char *name, const char *expectValue)
{
char tmp[PARAM_BUFFER_SIZE] = {0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册