mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-07 17:26:14 +00:00
This test generates an array of random numbers and then applies the same trivial algorithm twice -- once in set_apic_delivery_mode and another time in an anonymous function. Its usefulness is limited. Drop it to remove one unsafe in code. Signed-off-by: Wei Liu <liuwe@microsoft.com>