From 8dc77b995732590ec1fb0f6cf7c6ceb6d6a9b9c3 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Thu, 3 Feb 2022 20:46:48 +0000 Subject: [PATCH] Fix more tests --- src/google/protobuf/inlined_string_field_unittest.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/google/protobuf/inlined_string_field_unittest.cc b/src/google/protobuf/inlined_string_field_unittest.cc index ae731d643c..90c141220f 100644 --- a/src/google/protobuf/inlined_string_field_unittest.cc +++ b/src/google/protobuf/inlined_string_field_unittest.cc @@ -52,8 +52,6 @@ namespace protobuf { using internal::ArenaStringPtr; using internal::InlinedStringField; -static std::string WrapString(const char* value) { return value; } - namespace { } // namespace } // namespace protobuf