diff options
author | Martijn Vels <mvels@google.com> | 2023-09-08 11:18:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-09-08 11:19:54 -0700 |
commit | efb035a5973b60d35ed8fcaa43e6736936a96173 (patch) | |
tree | 5d1a245997c1d47b339b355fdfddcecbf692818a /CMake | |
parent | 09d29c580a30a463fac58ce8b926d283a07f656d (diff) |
Remove CordRepRing experiment.
We have no intention to use it instead of the CordRepBtree implementation, so cleanup up and remove all code and references.
PiperOrigin-RevId: 563803813
Change-Id: I95a67318d0f722f3eb7ecdcc7b6c87e28f2e26dd
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 0b2d5c76..f8eeb140 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -288,9 +288,6 @@ set(ABSL_INTERNAL_DLL_FILES "strings/internal/cord_rep_consume.h" "strings/internal/cord_rep_consume.cc" "strings/internal/cord_rep_flat.h" - "strings/internal/cord_rep_ring.cc" - "strings/internal/cord_rep_ring.h" - "strings/internal/cord_rep_ring_reader.h" "strings/internal/cordz_functions.cc" "strings/internal/cordz_functions.h" "strings/internal/cordz_handle.cc" |