[wpiutil] Remove broken StackWalker library (#7777)

A Discord user reported that StackWalker gives blank stacktraces.

MSVC's C++23 support is unstable, so we can't use std::stacktrace yet.
In the meantime, we can just return an empty string and remove the
unmaintained StackWalker library and its hacky upstream_utils script.
This commit is contained in:
Tyler Veness
2025-02-12 22:54:41 -08:00
committed by GitHub
parent d62ab12855
commit 155b3d45e7
8 changed files with 3 additions and 1969 deletions

View File

@@ -7,7 +7,7 @@
#ifdef _WIN32
#include <cstdio>
#include <memory>
#pragma comment(lib, "version.lib") // for VerQueryValueW
#include "Windows.h"
extern "C" int32_t WPI_IsRuntimeValid(uint32_t* foundMajor,
uint32_t* foundMinor,