From 0b123783abf39f16dbaefda235758f33c5df87ba Mon Sep 17 00:00:00 2001 From: Francis Tsui Date: Wed, 14 Jan 2026 12:52:50 -0800 Subject: [PATCH] Remove absl submodule. --- .gitmodules | 4 ---- third_party/absl | 1 - 2 files changed, 5 deletions(-) delete mode 160000 third_party/absl diff --git a/.gitmodules b/.gitmodules index 828248cb..46e151f5 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/absl"] - path = third_party/absl - url = https://github.com/abseil/abseil-cpp - branch = master [submodule "third_party/ukey2/ukey2"] path = third_party/ukey2/ukey2 url = https://github.com/google/ukey2 diff --git a/third_party/absl b/third_party/absl deleted file mode 160000 index abe63eb9..00000000 --- a/third_party/absl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit abe63eb9bd1213c018bf82765ab747334d3b33d8