summaryrefslogtreecommitdiff
path: root/core/src/xmake/binutils/ar
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-30 00:59:31 +0800
committerruki <[email protected]>2026-01-30 00:59:31 +0800
commit954b1138cb7f346c303dc16bed2c9ad28cf8ce8e (patch)
tree2b02f568225e8afdb30850b8154721869b4f8749 /core/src/xmake/binutils/ar
parent499feec6a33984747dd235b860af7f6b5cc2a1e3 (diff)
improve format
Diffstat (limited to 'core/src/xmake/binutils/ar')
-rw-r--r--core/src/xmake/binutils/ar/prefix.h1
-rw-r--r--core/src/xmake/binutils/ar/readsyms.c5
2 files changed, 0 insertions, 6 deletions
diff --git a/core/src/xmake/binutils/ar/prefix.h b/core/src/xmake/binutils/ar/prefix.h
index cf6f58d03..53df74e5d 100644
--- a/core/src/xmake/binutils/ar/prefix.h
+++ b/core/src/xmake/binutils/ar/prefix.h
@@ -35,7 +35,6 @@
extern tb_bool_t xm_binutils_coff_read_symbols(tb_stream_ref_t istream, tb_hize_t base_offset, lua_State *lua);
extern tb_bool_t xm_binutils_elf_read_symbols(tb_stream_ref_t istream, tb_hize_t base_offset, lua_State *lua);
extern tb_bool_t xm_binutils_macho_read_symbols(tb_stream_ref_t istream, tb_hize_t base_offset, lua_State *lua);
-extern tb_int_t xm_binutils_format_detect(tb_stream_ref_t istream);
/* //////////////////////////////////////////////////////////////////////////////////////
* types
diff --git a/core/src/xmake/binutils/ar/readsyms.c b/core/src/xmake/binutils/ar/readsyms.c
index 9a4ff97de..1a0d3b540 100644
--- a/core/src/xmake/binutils/ar/readsyms.c
+++ b/core/src/xmake/binutils/ar/readsyms.c
@@ -28,11 +28,6 @@
#include "prefix.h"
/* //////////////////////////////////////////////////////////////////////////////////////
- * private implementation
- */
-
-
-/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/