wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

test_generator: Remove unused std::random_device instance in GenerateRandomState() #21

Closed lioncash closed 5 years ago

lioncash commented 5 years ago

This is unused, but given it's static (and non-trivial), a compiler cannot remove this instance through dead-code elimination, so this was potentially still opening another file descriptor on the system.