From de772ea0a984d1633dc4a208b987b9c3d4bf4f44 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Thu, 19 Feb 2026 18:43:45 -0500 Subject: [PATCH] No longer have libbacktrace as a submodule Unfornately we need to vender our own. --- .gitmodules | 3 --- thirdparty/libbacktrace | 1 - 2 files changed, 4 deletions(-) delete mode 160000 thirdparty/libbacktrace diff --git a/.gitmodules b/.gitmodules index 5f63364d4..bf9e27823 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,6 +5,3 @@ [submodule "thirdparty/tracy"] path = thirdparty/tracy url = https://github.com/wolfpld/tracy.git -[submodule "thirdparty/libbacktrace"] - path = thirdparty/libbacktrace - url = https://github.com/ianlancetaylor/libbacktrace.git diff --git a/thirdparty/libbacktrace b/thirdparty/libbacktrace deleted file mode 160000 index b9e40069c..000000000 --- a/thirdparty/libbacktrace +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9e40069c0b47a722286b94eb5231f7f05c08713