mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-26 13:03:04 -04: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.