summaryrefslogtreecommitdiff
path: root/absl/strings/cord.h
diff options
context:
space:
mode:
authorGravatar Martijn Vels <mvels@google.com>2023-09-08 11:18:54 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-09-08 11:19:54 -0700
commitefb035a5973b60d35ed8fcaa43e6736936a96173 (patch)
tree5d1a245997c1d47b339b355fdfddcecbf692818a /absl/strings/cord.h
parent09d29c580a30a463fac58ce8b926d283a07f656d (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 'absl/strings/cord.h')
-rw-r--r--absl/strings/cord.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/strings/cord.h b/absl/strings/cord.h
index 0dede5c7..dbfca805 100644
--- a/absl/strings/cord.h
+++ b/absl/strings/cord.h
@@ -86,7 +86,6 @@
#include "absl/strings/internal/cord_rep_btree.h"
#include "absl/strings/internal/cord_rep_btree_reader.h"
#include "absl/strings/internal/cord_rep_crc.h"
-#include "absl/strings/internal/cord_rep_ring.h"
#include "absl/strings/internal/cordz_functions.h"
#include "absl/strings/internal/cordz_info.h"
#include "absl/strings/internal/cordz_statistics.h"