summaryrefslogtreecommitdiffstats
path: root/src/common/cpu_detect_generic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cpu_detect_generic.cpp')
-rw-r--r--src/common/cpu_detect_generic.cpp19
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