aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.c')
-rw-r--r--libtcc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libtcc.c b/libtcc.c
index a755708..6594141 100644
--- a/libtcc.c
+++ b/libtcc.c
@@ -72,12 +72,6 @@ ST_DATA void *rt_prog_main;
#endif /* ALL_IN_ONE */
/********************************************************/
-#ifndef CONFIG_TCC_ASM_LABEL
-ST_FUNC void asm_label_instr(CString *)
-{
- error("inline asm() not supported");
-}
-#endif
#ifndef CONFIG_TCC_ASM
ST_FUNC void asm_instr(void)
{