KWSys 2026-08-21 (c1021f19)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit c1021f197a13598595ac0a268001c78280a9029c (master).

Upstream Shortlog
-----------------

Ben Boeckel (1):
      9c6e68a4 SystemInformation: remove unused variable
This commit is contained in:
KWSys Upstream
2026-08-21 08:52:45 -04:00
committed by Brad King
parent 3db61dc184
commit 32911ff9d2
-1
View File
@@ -4003,7 +4003,6 @@ std::string SystemInformationImplementation::GetProgramStack(int firstFrame,
DWORD64 symDisplacement = 0;
bool haveName =
SymFromAddr(process, address, &symDisplacement, symbol) != FALSE;
DWORD64 moduleBase = SymGetModuleBase64(process, address);
// When a module has no matching PDB, dbghelp falls back to its export
// table and reports the nearest preceding export, which is generally not
// the (non-exported) function the address really belongs to. Names are