From 0591aee8e6062bf42e088495abcbdd2b58f5c2fb Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 6 Mar 2023 11:32:58 -0600 Subject: [PATCH] Remove dead code --- src/iofunc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/iofunc.c b/src/iofunc.c index 4590a7a31..c4f95d5fa 100644 --- a/src/iofunc.c +++ b/src/iofunc.c @@ -1380,11 +1380,6 @@ static int read_string_generic(hamlib_port_t *p, total_count += (int) rd_count; - if (rxbuffer[0] == ';' && total_count > 1) - { - - } - if (total_count == rxmax) { break; } if (stopset && memchr(stopset, rxbuffer[total_count - 1], stopset_len))