summaryrefslogtreecommitdiff
path: root/Source/Core/Common/ArmCPUDetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
-rw-r--r--Source/Core/Common/ArmCPUDetect.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/ArmCPUDetect.cpp b/Source/Core/Common/ArmCPUDetect.cpp
index 7935577ebc..f673383f43 100644
--- a/Source/Core/Common/ArmCPUDetect.cpp
+++ b/Source/Core/Common/ArmCPUDetect.cpp
@@ -30,7 +30,6 @@ static std::string GetCPUString()
if (line.find(marker) != std::string::npos)
{
cpu_string = line.substr(marker.length());
- cpu_string.pop_back(); // Drop the new-line character
break;
}
}