summaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_internal.h
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2023-06-12 13:43:18 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-06-12 13:44:03 -0700
commitdfc7f46d9c8425933ffe2c275f982f956d33d06f (patch)
treee785f6dfb3272b38c241ada5b79b934d3eb12427 /absl/crc/internal/crc_internal.h
parent0af0103d3454d312b19d928255996a192df45ec7 (diff)
Removes unused methods CRC::Empty() and CRC::Concat() from the internal
implementation. PiperOrigin-RevId: 539749773 Change-Id: Iec83431ffd360a077b153cea00427580ae287d1f
Diffstat (limited to 'absl/crc/internal/crc_internal.h')
-rw-r--r--absl/crc/internal/crc_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/absl/crc/internal/crc_internal.h b/absl/crc/internal/crc_internal.h
index 7d77bdf5..4d3582d9 100644
--- a/absl/crc/internal/crc_internal.h
+++ b/absl/crc/internal/crc_internal.h
@@ -70,8 +70,6 @@ class CRCImpl : public CRC { // Implementation of the abstract class CRC
// The internal version of CRC::New().
static CRCImpl* NewInternal();
- void Empty(uint32_t* crc) const override;
-
// Fill in a table for updating a CRC by one word of 'word_size' bytes
// [last_lo, last_hi] contains the answer if the last bit in the word
// is set.