mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 00:40:00 +00:00
Remove function Xchg from SWStatistics.cpp. Like the one previous, this can be replaced with std::swap
This commit is contained in:
parent
e59f770ccb
commit
fc30597f7a
@ -6,14 +6,6 @@
|
||||
|
||||
SWStatistics swstats;
|
||||
|
||||
template <class T>
|
||||
void Xchg(T& a, T&b)
|
||||
{
|
||||
T c = a;
|
||||
a = b;
|
||||
b = c;
|
||||
}
|
||||
|
||||
SWStatistics::SWStatistics()
|
||||
{
|
||||
frameCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user