Remove spurious comment.

This commit is contained in:
Stoyan Shopov 2020-12-10 23:12:13 +02:00 committed by Uwe Bonnes
parent 4c5ce0b16a
commit 170fe0c368
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ static char *find_bmp_by_serial(const char *serial)
int serial_open(BMP_CL_OPTIONS_t *cl_opts, char * serial)
{
(void) serial; /* FIXME: Does Windows allow open with USB serial no? */
char device[256];
if (!cl_opts->opt_device)
cl_opts->opt_device = find_bmp_by_serial(serial);