diff --git a/source/common/protobuf/deterministic_hash.cc b/source/common/protobuf/deterministic_hash.cc index 52e18c553297..a1c500609e06 100644 --- a/source/common/protobuf/deterministic_hash.cc +++ b/source/common/protobuf/deterministic_hash.cc @@ -196,7 +196,6 @@ std::unique_ptr unpackAnyForReflection(const ProtobufWkt::Any // This is intentionally ignoring unknown fields. uint64_t reflectionHashMessage(const Protobuf::Message& message, uint64_t seed) { using Protobuf::FieldDescriptor; - std::string scratch; const Protobuf::Reflection* reflection = message.GetReflection(); const Protobuf::Descriptor* descriptor = message.GetDescriptor(); seed = HashUtil::xxHash64(descriptor->full_name(), seed);