mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 16:23:34 -05:00
Using this in its current form would invoke undefined behavior, as it's using a union to type pun between data types. It's also, well, unused, so we don't need to keep it around.