From f80c3a707c402c858bebf118586ab357a18b67b9 Mon Sep 17 00:00:00 2001 From: yangxuguang-huawei Date: Mon, 16 Jun 2025 10:55:18 +0800 Subject: [PATCH] bugfix: remove redundant definition Signed-off-by: yangxuguang-huawei Change-Id: I20c65242b4e85d070993233d936194f58a9bb77e --- AbilityKit/ability_base/want.h | 1 - AbilityKit/ability_runtime/start_options.h | 1 - 2 files changed, 2 deletions(-) diff --git a/AbilityKit/ability_base/want.h b/AbilityKit/ability_base/want.h index 093555012..381cfc13d 100644 --- a/AbilityKit/ability_base/want.h +++ b/AbilityKit/ability_base/want.h @@ -59,7 +59,6 @@ typedef struct AbilityBase_Element { char* abilityName; } AbilityBase_Element; -struct AbilityBase_Want; typedef struct AbilityBase_Want AbilityBase_Want; /** diff --git a/AbilityKit/ability_runtime/start_options.h b/AbilityKit/ability_runtime/start_options.h index 4b89ca90f..cbcc8f51c 100644 --- a/AbilityKit/ability_runtime/start_options.h +++ b/AbilityKit/ability_runtime/start_options.h @@ -47,7 +47,6 @@ extern "C" { #endif -struct AbilityRuntime_StartOptions; typedef struct AbilityRuntime_StartOptions AbilityRuntime_StartOptions; /** -- Gitee