mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
accel: Remove tcg_available() function
As the function always return 1, it is not needed anymore. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3a6ce5147f
commit
32592e112f
3 changed files with 0 additions and 7 deletions
1
accel.c
1
accel.c
|
@ -119,7 +119,6 @@ static void tcg_accel_class_init(ObjectClass *oc, void *data)
|
|||
{
|
||||
AccelClass *ac = ACCEL_CLASS(oc);
|
||||
ac->name = "tcg";
|
||||
ac->available = tcg_available;
|
||||
ac->init = tcg_init;
|
||||
ac->allowed = &tcg_allowed;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue