Re: [Qemu-devel] [PATCH v2 11/17] accel: Remove tcg_available() function

2014-09-26 Thread Paolo Bonzini
Il 29/08/2014 22:31, Eduardo Habkost ha scritto: > As the function always return 1, it is not needed anymore. > > Signed-off-by: Eduardo Habkost > --- > arch_init.c| 5 - > hw/core/accel.c| 1 - > include/sysemu/arch_init.h | 1 - > 3 files changed, 7 deletions(-)

[Qemu-devel] [PATCH v2 11/17] accel: Remove tcg_available() function

2014-08-29 Thread Eduardo Habkost
As the function always return 1, it is not needed anymore. Signed-off-by: Eduardo Habkost --- arch_init.c| 5 - hw/core/accel.c| 1 - include/sysemu/arch_init.h | 1 - 3 files changed, 7 deletions(-) diff --git a/arch_init.c b/arch_init.c index 28ece76..4cd21c9 1