]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/s390/tcg-target.c
tcg: Remove tcg_target_get_call_iarg_regs_count
[mirror_qemu.git] / tcg / s390 / tcg-target.c
index aac11d9b61de556aaba8d62a35cb92a7b794b033..3b90605fb120a6848cc91d7da622a0bd28c79f94 100644 (file)
@@ -356,11 +356,6 @@ static void patch_reloc(uint8_t *code_ptr, int type,
     }
 }
 
-static int tcg_target_get_call_iarg_regs_count(int flags)
-{
-    return sizeof(tcg_target_call_iarg_regs) / sizeof(int);
-}
-
 /* parse target specific constraints */
 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
 {