From bfeb08d1ba8197f017f4814d8c98885fe37c90e3 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Wed, 6 Jan 2016 14:11:21 +0800 Subject: [PATCH] fix some compilation warning --- qemu/tcg/tcg.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qemu/tcg/tcg.c b/qemu/tcg/tcg.c index ee340d36..6c0a09cf 100644 --- a/qemu/tcg/tcg.c +++ b/qemu/tcg/tcg.c @@ -90,11 +90,6 @@ typedef struct QEMU_PACKED { DebugFrameFDEHeader fde; } DebugFrameHeader; -static void tcg_register_jit_int(void *buf, size_t size, - const void *debug_frame, - size_t debug_frame_size) - __attribute__((unused)); - /* Forward declarations for functions declared and used in tcg-target.c. */ static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str); static void tcg_out_ld(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg1,