From 170fe0c368eda53aa0eee9010d1641a9ddb75239 Mon Sep 17 00:00:00 2001 From: Stoyan Shopov Date: Thu, 10 Dec 2020 23:12:13 +0200 Subject: [PATCH] Remove spurious comment. --- src/platforms/pc/serial_win.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platforms/pc/serial_win.c b/src/platforms/pc/serial_win.c index 86ac3643..57f78067 100644 --- a/src/platforms/pc/serial_win.c +++ b/src/platforms/pc/serial_win.c @@ -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);