summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ArmCPUDetect.cpp
diff options
context:
space:
mode:
authormagumagu <magumagu9@gmail.com>2014-06-15 15:56:42 -0700
committermagumagu <magumagu9@gmail.com>2014-06-15 15:56:42 -0700
commitee0c5bdc20f748417dd42663127bcfb9a60ebf1a (patch)
tree14bb4e03639e9eead486936d2afbb924a050139a /Source/Core/Common/ArmCPUDetect.cpp
parentd905cbfd5d05b7c22ae6a28fd27208f0aa53e3d2 (diff)
Try to fix android build.
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
-rw-r--r--Source/Core/Common/ArmCPUDetect.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp
index 158df9c4c5..ed15f4b19d 100644
--- a/Source/Core/Common/ArmCPUDetect.cpp
+++ b/Source/Core/Common/ArmCPUDetect.cpp
@@ -281,8 +281,3 @@ std::string CPUInfo::Summarize()
return sum;
}
-
-bool CPUInfo::IsUnsafe()
-{
- return false;
-}