Commit 232d0617 authored by Steven Peters's avatar Steven Peters Committed by Adam Cozzette

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.
parent ca7ae521
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment