mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 14:11:48 +01:00
Remove unused std::strings
This commit is contained in:
parent
adac2e7e0d
commit
dab73133c0
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue