mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Merge pull request #53 from lioncash/remove-another-xchg
Remove function Xchg from SWStatistics.cpp.
This commit is contained in:
commit
28b5c8be47
1 changed files with 0 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue