From 5b1804dcd62eb2087db8fe9be2886e54222f2abf Mon Sep 17 00:00:00 2001 From: wangdongdong Date: Wed, 19 Jan 2022 10:04:17 +0800 Subject: [PATCH] remove redundant enum Signed-off-by: wangdongdong Change-Id: I206b20d034232c07aec7f23ec53ecea97f65086a --- api/@ohos.ability.featureAbility.d.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/api/@ohos.ability.featureAbility.d.ts b/api/@ohos.ability.featureAbility.d.ts index bb2d8fe62c..5ca62026d8 100644 --- a/api/@ohos.ability.featureAbility.d.ts +++ b/api/@ohos.ability.featureAbility.d.ts @@ -175,12 +175,6 @@ declare namespace featureAbility { PERMISSION_DENY = -3 } - export enum ContinuationState { - LOCAL_RUNNING = 0, - REMOTE_RUNNING = 1, - REPLICA_RUNNING = 2 - } - export enum DataAbilityOperationType { TYPE_INSERT = 1, TYPE_UPDATE = 2, @@ -188,4 +182,4 @@ declare namespace featureAbility { TYPE_ASSERT = 4, } } -export default featureAbility; \ No newline at end of file +export default featureAbility; -- Gitee