Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #53 from lioncash/remove-another-xchg
Remove function Xchg from SWStatistics.cpp.
  • Loading branch information
delroth committed Feb 10, 2014
2 parents e57f02e + fc30597 commit 28b5c8b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Core/VideoBackends/Software/SWStatistics.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 28b5c8b

Please sign in to comment.