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:
Flavio Ceolin 2020-01-22 10:14:19 -08:00 committed by Anas Nashif
commit 661035a6b8

View file

@ -95,7 +95,6 @@ class Stm32flashBinaryRunner(ZephyrBinaryRunner):
'-m', self.serial_mode]
action = self.action.lower()
msg_text = "something went wrong"
if action == 'info':
# show device information and exit