mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
5d1349f9c7
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.