From 141a9ee4ab1ed4879f81da901f157e9ba19784f1 Mon Sep 17 00:00:00 2001 From: Francis Tsui Date: Wed, 14 Jan 2026 12:50:44 -0800 Subject: [PATCH] Remove gtest submodule. --- .gitmodules | 4 ---- third_party/gtest | 1 - 2 files changed, 5 deletions(-) delete mode 160000 third_party/gtest diff --git a/.gitmodules b/.gitmodules index d8bcdbb6..8c0123db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = third_party/protobuf url = https://github.com/protocolbuffers/protobuf branch = 3.19.x -[submodule "third_party/gtest"] - path = third_party/gtest - url = https://github.com/google/googletest - branch = main [submodule "third_party/absl"] path = third_party/absl url = https://github.com/abseil/abseil-cpp diff --git a/third_party/gtest b/third_party/gtest deleted file mode 160000 index d6fb5e3b..00000000 --- a/third_party/gtest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6fb5e3bf76c0363d7519373a07c2435e57c1073