Skip to content

Commit

Permalink
Internal cleanup. (#35792)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 392528201

Co-authored-by: Googler <noreply@google.com>
  • Loading branch information
honeybadgerdontcare and Googler committed Aug 24, 2021
1 parent 6c7658d commit 7b72de1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions validator/cpp/engine/validator-internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4647,9 +4647,6 @@ void ValidateAttributes(const ParsedTagSpec& parsed_tag_spec,

const set<std::string>& ProxyKnowsIntertagsToValidate() {
static const set<std::string>* tags = [] {
// WARNING: If you update this list, you MUST change
// min_validator_revision_required in validator.protoascii to
// avoid crashing old binaries.
return new set<std::string>({"AMP-TIMEAGO", "SCRIPT", "STYLE"});
}();
return *tags;
Expand Down

0 comments on commit 7b72de1

Please sign in to comment.