Always enable eagerly verified lazy fields.

PiperOrigin-RevId: 508671173
pull/11900/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 2ef1b7a9fa
commit a50e49530f
  1. 6
      src/google/protobuf/compiler/cpp/helpers.cc

@ -211,9 +211,9 @@ bool IsLazy(const FieldDescriptor* field, const Options& options,
// Returns true if "field" is a message field that is backed by LazyField per
// profile (go/pdlazy).
inline bool IsEagerlyVerifiedLazyByProfile(const FieldDescriptor* field,
const Options& options,
MessageSCCAnalyzer* scc_analyzer) {
inline bool IsLazyByProfile(const FieldDescriptor* field,
const Options& options,
MessageSCCAnalyzer* scc_analyzer) {
return false;
}

Loading…
Cancel
Save