From 1c1a31ab400984a3394567756ed95f42bc8a94e9 Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Tue, 29 Jul 2025 15:27:30 +0800 Subject: [PATCH] MakeAPIsInner Issue: #ICPJDP Signed-off-by: LeechyLiang Change-Id: Ic0434a0944acc9c4597561357e708c75538d2696 --- ani/ani.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ani/ani.h b/ani/ani.h index fa9278f31..b02094883 100644 --- a/ani/ani.h +++ b/ani/ani.h @@ -257,9 +257,6 @@ struct __ani_vm_api { extern "C" { #endif -ANI_EXPORT ani_status ANI_CreateVM(const ani_options *options, uint32_t version, ani_vm **result); -ANI_EXPORT ani_status ANI_GetCreatedVMs(ani_vm **vms_buffer, ani_size vms_buffer_length, ani_size *result); - // Prototypes of exported functions for a shared library. ANI_EXPORT ani_status ANI_Constructor(ani_vm *vm, uint32_t *result); ANI_EXPORT ani_status ANI_Destructor(ani_vm *vm); -- Gitee