Index: build.py |
diff --git a/build.py b/build.py |
index 5b199812047584378f8c29069a6d3e7231292d01..bf8962f0317dcc9e62bdac83f7fd5ff659928a34 100644 |
--- a/build.py |
+++ b/build.py |
@@ -371,17 +371,6 @@ def release(base_dir, downloads_repository, key_file, platform, version, |
downloads_repository) |
-@argparse_command(valid_platforms={'chrome'}) |
-def updatepsl(base_dir, **kwargs): |
- """Update Public Suffix List. |
- |
- Downloads Public Suffix List (see http://publicsuffix.org/) and generates |
- lib/publicSuffixList.js from it. |
- """ |
- import buildtools.publicSuffixListUpdater as publicSuffixListUpdater |
- publicSuffixListUpdater.updatePSL(base_dir) |
- |
- |
@argparse_command(no_platform=True) |
def lint_gitlab_ci(base_dir, **kwargs): |
"""Lint the .gitlab-ci.yaml file. |