From 8914b1f86db3903e507b26979f6f137907ea3398 Mon Sep 17 00:00:00 2001 From: Jason Chang Date: Fri, 26 May 2023 12:44:50 -0700 Subject: gitc: drop support Bug: b/282775958 Change-Id: Ib6383d6fd82a017d0a6670d6558a905d41be321f Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/375314 Reviewed-by: Mike Frysinger Tested-by: Jason Chang Commit-Queue: Jason Chang --- command.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'command.py') diff --git a/command.py b/command.py index d2129381..0205932d 100644 --- a/command.py +++ b/command.py @@ -75,7 +75,6 @@ class Command(object): repodir=None, client=None, manifest=None, - gitc_manifest=None, git_event_log=None, outer_client=None, outer_manifest=None, @@ -84,7 +83,6 @@ class Command(object): self.client = client self.outer_client = outer_client or client self.manifest = manifest - self.gitc_manifest = gitc_manifest self.git_event_log = git_event_log self.outer_manifest = outer_manifest @@ -506,11 +504,5 @@ class MirrorSafeCommand(object): """ -class GitcAvailableCommand(object): - """Command that requires GITC to be available, but does not require the - local client to be a GITC client. - """ - - class GitcClientCommand(object): """Command that requires the local client to be a GITC client.""" -- cgit v1.2.3-54-g00ecf