Skip to content

Commit

Permalink
[webkit-patch] Delete setup-git-clone subcommand
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274151
rdar://128060752

Reviewed by Alexey Proskuryakov.

* Tools/Scripts/webkitpy/tool/commands/__init__.py: Remove SetupGitClone command.
* Tools/Scripts/webkitpy/tool/commands/setupgitclone.py: Removed.

Canonical link: https://commits.webkit.org/278760@main
  • Loading branch information
JonWBedard committed May 14, 2024
1 parent 5d5ae59 commit b99c497
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 100 deletions.
2 changes: 0 additions & 2 deletions Tools/Scripts/webkitpy/tool/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from webkitpy.tool.commands.prettydiff import PrettyDiff
from webkitpy.tool.commands.queries import SuggestReviewers
from webkitpy.tool.commands.rebaselineserver import RebaselineServer
from webkitpy.tool.commands.setupgitclone import SetupGitClone
from webkitpy.tool.commands.suggestnominations import (
SuggestNominations,
)
Expand Down Expand Up @@ -55,7 +54,6 @@
"PrettyDiff",
"RebaselineServer",
"Revert",
"SetupGitClone",
"SuggestNominations",
"SuggestReviewers",
"Upload",
Expand Down
98 changes: 0 additions & 98 deletions Tools/Scripts/webkitpy/tool/commands/setupgitclone.py

This file was deleted.

0 comments on commit b99c497

Please sign in to comment.