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)
commit8926025eabf73828b987425ebcf2caf6bb17acee
tree606741b221e9df4662f31f78fd4869246012a1cd
parentcc923fafbc5ec2f45757ff4db077d6b0e3f0aa21
buildman: Drop unnecessary assignment of config_out

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