diff options
author | bunnei <bunneidev@gmail.com> | 2015-08-12 00:00:44 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-08-15 18:03:25 -0400 |
commit | bd7e691f78d916ed6ae5396b2d646d9b3a053dd7 (patch) | |
tree | a20367004f684afeca83e795ce66e62115e8e79d /src/common/cpu_detect_generic.cpp | |
parent | cfb354f11f55b940a2f4476f2b42c6813feb3f38 (diff) |
x64: Refactor to remove fake interfaces and general cleanups.
Diffstat (limited to 'src/common/cpu_detect_generic.cpp')
-rw-r--r-- | src/common/cpu_detect_generic.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/common/cpu_detect_generic.cpp b/src/common/cpu_detect_generic.cpp deleted file mode 100644 index ccec324d9..000000000 --- a/src/common/cpu_detect_generic.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2014 Dolphin Emulator Project -// Licensed under GPLv2+ -// Refer to the license.txt file included. - -#include "cpu_detect.h" -#include "hash.h" - -namespace Common { - -CPUInfo cpu_info; - -CPUInfo::CPUInfo() { -} - -std::string CPUInfo::Summarize() { - return "Generic"; -} - -} // namespace Common |