summaryrefslogtreecommitdiffstats
path: root/tcg/tci/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson2021-01-31 00:46:17 +0100
committerRichard Henderson2021-03-17 14:24:44 +0100
commit65f1b6cc9a902560e5fcd9688fe8ffe44004ad33 (patch)
tree627747c9161c2f79ab0cf809e31af9b226445cb3 /tcg/tci/tcg-target.h
parenttcg/tci: Hoist op_size checking into tci_args_* (diff)
downloadqemu-65f1b6cc9a902560e5fcd9688fe8ffe44004ad33.tar.gz
qemu-65f1b6cc9a902560e5fcd9688fe8ffe44004ad33.tar.xz
qemu-65f1b6cc9a902560e5fcd9688fe8ffe44004ad33.zip
tcg/tci: Remove tci_disas
This function is unused. It's not even the disassembler, which is print_insn_tci, located in disas/tci.c. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci/tcg-target.h')
-rw-r--r--tcg/tci/tcg-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tci/tcg-target.h b/tcg/tci/tcg-target.h
index 9285c930a2..52af6d8bc5 100644
--- a/tcg/tci/tcg-target.h
+++ b/tcg/tci/tcg-target.h
@@ -163,8 +163,6 @@ typedef enum {
#define TCG_TARGET_CALL_STACK_OFFSET 0
#define TCG_TARGET_STACK_ALIGN 16
-void tci_disas(uint8_t opc);
-
#define HAVE_TCG_QEMU_TB_EXEC
/* We could notice __i386__ or __s390x__ and reduce the barriers depending