fix(quickemu): remove unused variable monitor_cmd SC2034
https://www.shellcheck.net/wiki/SC2034
This commit is contained in:
parent
394f955870
commit
252f83c076
1
quickemu
1
quickemu
|
@ -1581,7 +1581,6 @@ public_dir=""
|
||||||
monitor="socket"
|
monitor="socket"
|
||||||
monitor_telnet_port="4440"
|
monitor_telnet_port="4440"
|
||||||
monitor_telnet_host="localhost"
|
monitor_telnet_host="localhost"
|
||||||
monitor_cmd=""
|
|
||||||
serial="socket"
|
serial="socket"
|
||||||
serial_telnet_port="6660"
|
serial_telnet_port="6660"
|
||||||
serial_telnet_host="localhost"
|
serial_telnet_host="localhost"
|
||||||
|
|
Loading…
Reference in New Issue