From dfc7f46d9c8425933ffe2c275f982f956d33d06f Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 12 Jun 2023 13:43:18 -0700 Subject: Removes unused methods CRC::Empty() and CRC::Concat() from the internal implementation. PiperOrigin-RevId: 539749773 Change-Id: Iec83431ffd360a077b153cea00427580ae287d1f --- absl/crc/internal/crc_internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'absl/crc/internal/crc_internal.h') 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. -- cgit v1.2.3