aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/patch_series.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-12-31 16:40:21 +0100
committerGuido Günther <agx@sigxcpu.org>2017-12-31 16:46:45 +0100
commit28838b9053092e7b4a367e99f7229ced2f442d24 (patch)
treeb4d33f7a04ef720512eae0cb061f7dd5970b0dc0 /gbp/patch_series.py
parent89495f7fb824e097328aa1eb9a2f9e4b086fd739 (diff)
patch_series: don't read dep3 info multiple times
Diffstat (limited to 'gbp/patch_series.py')
-rw-r--r--gbp/patch_series.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/patch_series.py b/gbp/patch_series.py
index 844b0374..abea3d7f 100644
--- a/gbp/patch_series.py
+++ b/gbp/patch_series.py
@@ -301,8 +301,6 @@ class Dep3Patch(Patch):
"""
if self.info is None:
self._read_info()
- if not self.info:
- self._check_dep3()
if key in self.info:
return self.info[key]