Skip to content

Commit

Permalink
remove comment about wire_format_lite_inl.h
Browse files Browse the repository at this point in the history
The wire_format_lite_inl.h header file was made unnecessary in #5839
and deleted in #5921, so remove the comment about it.
  • Loading branch information
scpeters authored and acozzette committed May 31, 2019
1 parent ca7ae52 commit 232d061
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/google/protobuf/wire_format_lite.h
Expand Up @@ -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.
Expand Down

0 comments on commit 232d061

Please sign in to comment.