From 232d06174381bfd4ca2ea7979607113320b76ad6 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Thu, 30 May 2019 15:03:51 -0700 Subject: [PATCH] remove comment about wire_format_lite_inl.h The wire_format_lite_inl.h header file was made unnecessary in #5839 and deleted in #5921, so remove the comment about it. --- src/google/protobuf/wire_format_lite.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/google/protobuf/wire_format_lite.h b/src/google/protobuf/wire_format_lite.h index c16cd2761751..c25b59a19847 100644 --- a/src/google/protobuf/wire_format_lite.h +++ b/src/google/protobuf/wire_format_lite.h @@ -244,9 +244,7 @@ class PROTOBUF_EXPORT WireFormatLite { static int64 ZigZagDecode64(uint64 n); // ================================================================= - // Methods for reading/writing individual field. The implementations - // of these methods are defined in wire_format_lite_inl.h; you must #include - // that file to use these. + // Methods for reading/writing individual field. // Read fields, not including tags. The assumption is that you already // read the tag to determine what field to read.