From e9b09b6adee9b08ca504141bd2595f6ac0ad2cd9 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Tue, 15 Jul 2025 21:32:43 -0400 Subject: [PATCH] Remove an undefined submodule from the GOTCHA submodule (#285) A recursive submodule update, `git submodule uppdate --recursive --init`, would fail due to an improperly defined and empty submodule in GOTCHA. Signed-off-by: David Galiffi --- external/timemory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/timemory b/external/timemory index 469eced5c6..5780cc73c0 160000 --- a/external/timemory +++ b/external/timemory @@ -1 +1 @@ -Subproject commit 469eced5c690bb7320b88bf7ce93e7333f349aa5 +Subproject commit 5780cc73c0f9f97e99b7ef3efdde6a4a26ccf3d0