diff options
author | Martijn Vels <mvels@google.com> | 2022-07-18 07:37:22 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-07-18 07:38:05 -0700 |
commit | 6162604bee9e1018ff807c6f655cb1ee81b92a04 (patch) | |
tree | 27fead24b27dd1afec8cd82909170f826625bbf7 /absl | |
parent | 5d9b8a9fb0a3b762e3c8f8141e19b1c0e69837ba (diff) |
Internal Cleanup: removing unused internal function declaration.
PiperOrigin-RevId: 461616203
Change-Id: I4cf2e0738451a0471bb8341d9af003d271331fab
Diffstat (limited to 'absl')
-rw-r--r-- | absl/strings/cord.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/absl/strings/cord.h b/absl/strings/cord.h index d0ebb870..03326715 100644 --- a/absl/strings/cord.h +++ b/absl/strings/cord.h @@ -874,9 +874,6 @@ class Cord { void PrependTreeToTree(CordRep* tree, MethodIdentifier method); void PrependTree(CordRep* tree, MethodIdentifier method); - template <bool has_length> - void GetAppendRegion(char** region, size_t* size, size_t length); - bool IsSame(const InlineRep& other) const { return memcmp(&data_, &other.data_, sizeof(data_)) == 0; } |