Skip to content

Commit

Permalink
Always enable eagerly verified lazy fields.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 508671173
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Feb 10, 2023
1 parent 2ef1b7a commit a50e495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/google/protobuf/compiler/cpp/helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a50e495

Please sign in to comment.