From f5840b46d23a3cd714a6c491fc44e39046ea5fb5 Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Sat, 3 May 2025 23:03:33 +0800 Subject: [PATCH] debug --- rtc_plugins.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rtc_plugins.cpp b/rtc_plugins.cpp index 2dce287..d084449 100644 --- a/rtc_plugins.cpp +++ b/rtc_plugins.cpp @@ -7,11 +7,6 @@ namespace py = pybind11; #include "util/RTCContext.h" -// 提供转换接口 -void** get_numpy_api() { - return (void**)RTC_PLUGINS_ARRAY_API; -} - // 初始化 NumPy(适配 pybind11) void init_numpy() { if (import_array() < 0) {