diff options
| author | ruki <[email protected]> | 2025-12-21 21:57:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-21 21:57:56 +0800 |
| commit | 4a16fe7f90f6d9d5a06e9d34866c075af07d73b5 (patch) | |
| tree | ad74dfbc3348cb21bf1bf684da9e268234dc8d33 /core/src/xmake/engine.c | |
| parent | a836f5742fc9c704c89281ae5f525cdaa4a903de (diff) | |
remove unused codes
Diffstat (limited to 'core/src/xmake/engine.c')
| -rw-r--r-- | core/src/xmake/engine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c index 4bad4d6e8..db8e8b4c1 100644 --- a/core/src/xmake/engine.c +++ b/core/src/xmake/engine.c @@ -343,8 +343,6 @@ tb_int_t xm_binutils_bin2elf(lua_State *lua); tb_int_t xm_binutils_readsyms(lua_State *lua); tb_int_t xm_binutils_deplibs(lua_State *lua); tb_int_t xm_binutils_rpath_list(lua_State *lua); -tb_int_t xm_binutils_rpath_insert(lua_State *lua); -tb_int_t xm_binutils_rpath_remove(lua_State *lua); tb_int_t xm_binutils_rpath_clean(lua_State *lua); tb_int_t xm_binutils_extractlib(lua_State *lua); |
