From cf411b3f03c3bd6001701136be5a874a85f1dc91 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Tue, 3 Dec 2024 21:29:01 +0000 Subject: Remove gitc support from repo gitc is no longer available. Change-Id: I0cbfdf936832f2cdd4876104ae3cc5a6e26154e2 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/444841 Reviewed-by: Gavin Mak Commit-Queue: Josip Sokcevic Tested-by: Josip Sokcevic --- command.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'command.py') diff --git a/command.py b/command.py index 22115ac2..c32a095c 100644 --- a/command.py +++ b/command.py @@ -547,7 +547,3 @@ class MirrorSafeCommand: """Command permits itself to run within a mirror, and does not require a working directory. """ - - -class GitcClientCommand: - """Command that requires the local client to be a GITC client.""" -- cgit v1.2.3-54-g00ecf