From e20285c6529eafba57521153790bcb9a4d4244c3 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 12 Mar 2024 06:18:56 -0700 Subject: Delete a stray comment PiperOrigin-RevId: 615017130 Change-Id: I73277de8ece31d6a35b47dbdb205b473324b74a2 --- absl/crc/internal/crc_memcpy_x86_arm_combined.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/absl/crc/internal/crc_memcpy_x86_arm_combined.cc b/absl/crc/internal/crc_memcpy_x86_arm_combined.cc index 968e9ae3..5a8b4ec7 100644 --- a/absl/crc/internal/crc_memcpy_x86_arm_combined.cc +++ b/absl/crc/internal/crc_memcpy_x86_arm_combined.cc @@ -196,7 +196,6 @@ crc32c_t AcceleratedCrcMemcpyEngine::Compute( // Start work on the CRC: undo the XOR from the previous calculation or set up // the initial value of the CRC. - // initial_crc ^= kCrcDataXor; initial_crc = crc32c_t{static_cast(initial_crc) ^ kCrcDataXor}; // Do an initial alignment copy, so we can use aligned store instructions to -- cgit v1.2.3