Remove unused function in pmr171.c

pull/1610/head
Mike Black W9MDB 2024-09-08 16:32:20 -05:00
rodzic e35b87b11a
commit bdf4baa5b7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -436,6 +436,7 @@ static int pmr171_close(RIG *rig)
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */
#if 0
static inline long timediff(const struct timeval *tv1, static inline long timediff(const struct timeval *tv1,
const struct timeval *tv2) const struct timeval *tv2)
{ {
@ -446,6 +447,7 @@ static inline long timediff(const struct timeval *tv1,
return ((tv.tv_sec * 1000L) + (tv.tv_usec / 1000L)); return ((tv.tv_sec * 1000L) + (tv.tv_usec / 1000L));
} }
#endif
static int pmr171_send_cmd1(RIG *rig, unsigned char cmd, unsigned char *reply) static int pmr171_send_cmd1(RIG *rig, unsigned char cmd, unsigned char *reply)
{ {