From e7271363987806e285004ab75ab9cf28c5f169c2 Mon Sep 17 00:00:00 2001 From: Francis Tsui Date: Wed, 14 Jan 2026 11:41:20 -0800 Subject: [PATCH] Remove google-toolbox-for-mac submodule. --- .gitmodules | 4 ---- third_party/google-toolbox-for-mac/google-toolbox-for-mac | 1 - third_party/google-toolbox-for-mac/include/GTMDefines.h | 1 - .../include/GoogleToolboxForMac/GTMLogger.h | 1 - 4 files changed, 7 deletions(-) delete mode 160000 third_party/google-toolbox-for-mac/google-toolbox-for-mac delete mode 120000 third_party/google-toolbox-for-mac/include/GTMDefines.h delete mode 120000 third_party/google-toolbox-for-mac/include/GoogleToolboxForMac/GTMLogger.h diff --git a/.gitmodules b/.gitmodules index 98e1f7f6..d8bcdbb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,10 +26,6 @@ path = third_party/securemessage/securemessage url = https://github.com/google/securemessage.git branch = master -[submodule "third_party/google-toolbox-for-mac/google-toolbox-for-mac"] - path = third_party/google-toolbox-for-mac/google-toolbox-for-mac - url = https://github.com/google/google-toolbox-for-mac.git - branch = main [submodule "third_party/mbedtls"] path = third_party/mbedtls url = https://github.com/ARMmbed/mbedtls diff --git a/third_party/google-toolbox-for-mac/google-toolbox-for-mac b/third_party/google-toolbox-for-mac/google-toolbox-for-mac deleted file mode 160000 index 1b2da5e6..00000000 --- a/third_party/google-toolbox-for-mac/google-toolbox-for-mac +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b2da5e6e6b5edb1fa1427cc77e23f04069c04ad diff --git a/third_party/google-toolbox-for-mac/include/GTMDefines.h b/third_party/google-toolbox-for-mac/include/GTMDefines.h deleted file mode 120000 index 0d418bdc..00000000 --- a/third_party/google-toolbox-for-mac/include/GTMDefines.h +++ /dev/null @@ -1 +0,0 @@ -../google-toolbox-for-mac/GTMDefines.h \ No newline at end of file diff --git a/third_party/google-toolbox-for-mac/include/GoogleToolboxForMac/GTMLogger.h b/third_party/google-toolbox-for-mac/include/GoogleToolboxForMac/GTMLogger.h deleted file mode 120000 index fadc055e..00000000 --- a/third_party/google-toolbox-for-mac/include/GoogleToolboxForMac/GTMLogger.h +++ /dev/null @@ -1 +0,0 @@ -../../google-toolbox-for-mac/Foundation/GTMLogger.h \ No newline at end of file