summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2024-04-11 08:33:55 -0400
committerLUCI <gerrit-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-18 02:30:06 +0000
commit9d865454aaf0ea41927332768e55b5b2f56e2533 (patch)
treee0762dcd58be1fafc69e346504ceeafac793ee29 /project.py
parentcbd78a91943d1099dad8e285c5adfcf3a269b7ad (diff)
downloadgit-repo-9d865454aaf0ea41927332768e55b5b2f56e2533.tar.gz
gitc: delete a few more dead references
Change-Id: I1da6f2ee799c735a63ac3ca6e5abd1211af10433 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/419217 Reviewed-by: Josip Sokcevic <sokcevic@google.com> Tested-by: Mike Frysinger <vapier@google.com> Commit-Queue: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/project.py b/project.py
index 0e601112..a8503a3a 100644
--- a/project.py
+++ b/project.py
@@ -1462,8 +1462,6 @@ class Project:
1462 self._InitHooks() 1462 self._InitHooks()
1463 1463
1464 def _CopyAndLinkFiles(self): 1464 def _CopyAndLinkFiles(self):
1465 if self.client.isGitcClient:
1466 return
1467 for copyfile in self.copyfiles: 1465 for copyfile in self.copyfiles:
1468 copyfile._Copy() 1466 copyfile._Copy()
1469 for linkfile in self.linkfiles: 1467 for linkfile in self.linkfiles: