Skip to content

Commit

Permalink
build: Fix build failure after Closure upgrade (#4063)
Browse files Browse the repository at this point in the history
6f274cb dropped a deprecated Closure build tool, but also upgraded
the Closure compiler and Closure library.  This introduced a failure
caused by a duplicate extern in the newer compiler.

This drops the now-unnecessary extern.

<!--
Please remember to:

1. Use Conventional Commits syntax (fix: ..., feat: ..., etc.) in commits and
   PR title (https://www.conventionalcommits.org/)
2. Tag any related or fixed issues ("Issue #123", "Closes #420")
3. Sign the Google CLA if you haven't (https://cla.developers.google.com)

You may delete this comment from the PR description.
-->
  • Loading branch information
joeyparrish committed Mar 24, 2022
1 parent 6f274cb commit 2c5457b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions externs/svgelement.js

This file was deleted.

0 comments on commit 2c5457b

Please sign in to comment.