Re: [Qemu-devel] [PATCH 1/2] tcg/ia64: Remove unused tcg_out_addi()

2011-10-08 Thread Blue Swirl
Thanks, applied both. On Sat, Oct 1, 2011 at 12:56 PM, Peter Maydell wrote: > Remove the unused function tcg_out_addi() from the ia64 TCG backend; > this brings it into line with other backends. > > Signed-off-by: Peter Maydell > --- >  tcg/ia64/tcg-target.c |   19 --- >  1 files

[Qemu-devel] [PATCH 1/2] tcg/ia64: Remove unused tcg_out_addi()

2011-10-01 Thread Peter Maydell
Remove the unused function tcg_out_addi() from the ia64 TCG backend; this brings it into line with other backends. Signed-off-by: Peter Maydell --- tcg/ia64/tcg-target.c | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/tcg/ia64/tcg-target.c b/tcg/ia64/t