west: runners: stm32: Remove unecessary assignment
msg_text is unconditionally assigned later and this inital value is never used. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
9dbb50bac8
commit
661035a6b8
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ class Stm32flashBinaryRunner(ZephyrBinaryRunner):
|
||||||
'-m', self.serial_mode]
|
'-m', self.serial_mode]
|
||||||
|
|
||||||
action = self.action.lower()
|
action = self.action.lower()
|
||||||
msg_text = "something went wrong"
|
|
||||||
|
|
||||||
if action == 'info':
|
if action == 'info':
|
||||||
# show device information and exit
|
# show device information and exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue