Delete unused code.

PiperOrigin-RevId: 500843662
pull/11444/head
Chris Kennelly 2 years ago committed by Copybara-Service
parent ca1cb1ba80
commit 969ec469f6
  1. 3
      src/google/protobuf/text_format.cc
  2. 2
      src/google/protobuf/text_format.h

@ -2020,9 +2020,6 @@ class FieldValuePrinterWrapper : public TextFormat::FastFieldValuePrinter {
} // namespace
const char* const TextFormat::Printer::kDoNotParse =
"DO NOT PARSE: fields may be stripped and missing.\n";
TextFormat::Printer::Printer()
: initial_indent_level_(0),
single_line_mode_(false),

@ -450,8 +450,6 @@ class PROTOBUF_EXPORT TextFormat {
// strings (see text_format.cc for implementation).
class FastFieldValuePrinterUtf8Escaping;
static const char* const kDoNotParse;
// Internal Print method, used for writing to the OutputStream via
// the TextGenerator class.
void Print(const Message& message, BaseTextGenerator* generator) const;

Loading…
Cancel
Save