diff --git a/commands/usbserial.c b/commands/usbserial.c index bd5067f..969fd25 100644 --- a/commands/usbserial.c +++ b/commands/usbserial.c @@ -31,7 +31,6 @@ { int opt; struct usb_serial_pdata pdata; - char *argstr; char *manufacturer = "barebox"; const char *productname = barebox_get_model(); u16 idVendor = 0, idProduct = 0; @@ -68,8 +67,6 @@ } } - argstr = argv[optind]; - pdata.manufacturer = manufacturer; pdata.productname = productname; pdata.idVendor = idVendor;