diff options
author | Abseil Team <absl-team@google.com> | 2023-07-31 17:30:26 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-07-31 17:31:10 -0700 |
commit | d7aae58cb693aaf8a3351be2e5fce2eefeff30c9 (patch) | |
tree | 892927912a3dff05734039d13e6eec03822ff277 /absl | |
parent | 407f2fdd5ec6f79287919486aa5869b346093906 (diff) |
Remove deprecated function.
PiperOrigin-RevId: 552638642
Change-Id: I6b43289ca10ee9aecd6b848e78471863b22b01d1
Diffstat (limited to 'absl')
-rw-r--r-- | absl/crc/crc32c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/crc/crc32c.h b/absl/crc/crc32c.h index ba09e52a..79059dc1 100644 --- a/absl/crc/crc32c.h +++ b/absl/crc/crc32c.h @@ -65,6 +65,7 @@ class crc32c_t final { uint32_t crc_; }; + namespace crc_internal { // Non-inline code path for `absl::ExtendCrc32c()`. Do not call directly. // Call `absl::ExtendCrc32c()` (defined below) instead. |