-WorkerThread::WorkerThread(char *script_cmds_file, char *script_cmd,
- bool usb_present, serial_port* sp)
- : script_cmds_file(script_cmds_file), script_cmd(script_cmd),
- usb_present(usb_present), sp(sp)
+WorkerThread::WorkerThread(char *script_cmds_file, char *script_cmd, bool usb_present) : script_cmds_file(script_cmds_file), script_cmd(script_cmd), usb_present(usb_present)