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()) {