summaryrefslogtreecommitdiff
path: root/core/src/xmake/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/engine.c')
-rw-r--r--core/src/xmake/engine.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index fb6a3e0b1..4bad4d6e8 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -673,8 +673,6 @@ static luaL_Reg const g_binutils_functions[] = {
{ "readsyms", xm_binutils_readsyms },
{ "deplibs", xm_binutils_deplibs },
{ "rpath_list", xm_binutils_rpath_list },
- { "rpath_insert", xm_binutils_rpath_insert },
- { "rpath_remove", xm_binutils_rpath_remove },
{ "rpath_clean", xm_binutils_rpath_clean },
{ "extractlib", xm_binutils_extractlib },
{ tb_null, tb_null },