diff mbox series

[yocto-autobuilder2,2/2] schedulers: Remove dead code

Message ID 20260109214923.435527-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2,1/2] schedulers: Add whinlatter-next/-nut builds to the branch selector | expand

Commit Message

Yoann Congal Jan. 9, 2026, 9:49 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

The removed line does not look like it does anything.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 schedulers.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 85e0be4..0fa6d2d 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -407,7 +407,6 @@  def parent_default_props(buildername, branchname=None):
             props[branchkey] = branchdefaults[branchname][branchkey]
         else:
             props[branchkey] = config.repos[repo][1]
-        config.repos[repo][1]
         props["commit_{}".format(repo)] = "HEAD"
     return props