]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
buildman: Drop unnecessary assignment of config_out
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:49:12 +0000 (17:49 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
This is already set up earlier in the function, so drop the extra
assignment.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builderthread.py

index f110137e8f6e1d3d61d72ec3f9d118d72860580f..ad12e9ede7f4b9ce4d542d03460752017af727a2 100644 (file)
@@ -286,7 +286,6 @@ class BuilderThread(threading.Thread):
                 cfg_file = os.path.join(out_dir, '.config')
                 cmd_list = []
                 if do_config or adjust_cfg:
-                    config_out = ''
                     if self.mrproper:
                         result = self.make(commit, brd, 'mrproper', cwd,
                                 'mrproper', *args, env=env)