Commit d7aae58c by Abseil Team Committed by Copybara-Service

Remove deprecated function.

PiperOrigin-RevId: 552638642
Change-Id: I6b43289ca10ee9aecd6b848e78471863b22b01d1
parent 407f2fdd
...@@ -65,6 +65,7 @@ class crc32c_t final { ...@@ -65,6 +65,7 @@ class crc32c_t final {
uint32_t crc_; uint32_t crc_;
}; };
namespace crc_internal { namespace crc_internal {
// Non-inline code path for `absl::ExtendCrc32c()`. Do not call directly. // Non-inline code path for `absl::ExtendCrc32c()`. Do not call directly.
// Call `absl::ExtendCrc32c()` (defined below) instead. // Call `absl::ExtendCrc32c()` (defined below) instead.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment