summaryrefslogtreecommitdiff
path: root/scripts/gerrit.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gerrit.py')
-rw-r--r--scripts/gerrit.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/gerrit.py b/scripts/gerrit.py
index d3790add8..7cf8928fc 100644
--- a/scripts/gerrit.py
+++ b/scripts/gerrit.py
@@ -432,10 +432,7 @@ class ActionDeps(_ActionSearchQuery):
@classmethod
def _Children(cls, opts, querier, cl):
- """Yields the Gerrit and CQ-Depends dependencies of a patch"""
- for change in cls._ProcessDeps(
- opts, querier, cl, cl.PaladinDependencies(None), True):
- yield change
+ """Yields the Gerrit dependencies of a patch"""
for change in cls._ProcessDeps(
opts, querier, cl, cl.GerritDependencies(), False):
yield change