mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
5813ce0307
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>