Automated rollback of commit fb8862f781.

PiperOrigin-RevId: 499518895
pull/11341/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 724250d6e3
commit 9810724b24
  1. 4
      src/google/protobuf/compiler/cpp/generator.cc

@ -177,10 +177,6 @@ bool CppGenerator::Generate(const FileDescriptor* file,
} while (pos < value.size());
} else if (key == "unverified_lazy_message_sets") {
file_options.unverified_lazy_message_sets = true;
} else if (key == "message_owned_arena_trial") {
// Intentionally left blank to allow early users of MOA trial to wind
// down. Removing this would break those users. TODO(b/261651178): remove
// this once users-side clean up is done.
} else if (key == "force_eagerly_verified_lazy") {
file_options.force_eagerly_verified_lazy = true;
} else if (key == "experimental_tail_call_table_mode") {

Loading…
Cancel
Save