Remove unused std::strings

This commit is contained in:
wolfcomp 2026-01-04 23:51:30 +01:00 committed by GitHub
parent adac2e7e0d
commit dab73133c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -698,8 +698,6 @@ void get_cpu_info(wchar_t *vendor, wchar_t *brand)
std::array<int, 4> cpui;
int nIds_;
int nExIds_;
std::string vendor_;
std::string brand_;
std::vector<std::array<int, 4>> data_;
std::vector<std::array<int, 4>> extdata_;
size_t convertedChars = 0;