From 0b34c069746d6ceb05fa130705fec93b7698cf3d Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Thu, 13 Feb 2014 01:22:04 -0700 Subject: [PATCH] Cosmetics --- Common/Platform.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Common/Platform.cpp b/Common/Platform.cpp index 19765fe1..393c6e05 100644 --- a/Common/Platform.cpp +++ b/Common/Platform.cpp @@ -32,8 +32,7 @@ LPCWSTR GetPlatformName(bool getExtendedInfo) OSVERSIONINFOEX osvi = { sizeof(OSVERSIONINFOEX) }; if (GetVersionEx((OSVERSIONINFO*)&osvi)) { - // Note: Place newer versions at the top. Service pack helper functions are commented out for - // backward compatibility with the SysInfo plugin. + // Note: Place newer versions at the top. if (IsWindows8Point1OrGreater()) {