Remove redundant option: profile_driven_split.

PiperOrigin-RevId: 558824168
pull/13599/head
Cong Liu 2 years ago committed by Copybara-Service
parent 1bfcedaf12
commit 51ff676461
  1. 1
      src/google/protobuf/compiler/cpp/options.h

@ -78,7 +78,6 @@ struct Options {
bool annotate_accessor = false;
bool profile_driven_inline_string = true;
bool force_split = false;
bool profile_driven_split = true;
#ifdef PROTOBUF_STABLE_EXPERIMENTS
bool force_eagerly_verified_lazy = true;
bool force_inline_string = true;

Loading…
Cancel
Save