From 95ef0db3d31d94a42c3af08e1617730f1e9ef689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=9F=AC?= Date: Tue, 15 Mar 2022 09:05:16 +0000 Subject: [PATCH] fixed 5c42ebd from https://gitee.com/lu-tao/interface_sdk-js/pulls/1120 Signed-off-by: lutao --- api/@ohos.hichecker.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/api/@ohos.hichecker.d.ts b/api/@ohos.hichecker.d.ts index 4aa9b254c0..678b3b6a36 100644 --- a/api/@ohos.hichecker.d.ts +++ b/api/@ohos.hichecker.d.ts @@ -44,13 +44,6 @@ declare namespace hichecker { */ const RULE_THREAD_CHECK_SLOW_PROCESS: 1n; - /** - * The process rule check slow event. - * @since 8 - * @syscap SystemCapability.HiviewDFX.HiChecker - */ - const RULE_CHECK_SLOW_EVENT: 4294967296n; // 1 << 32 - /** * The process rule check ability connection leak. * @since 8 -- Gitee