Fix cppcheck warning in lowe.c

This commit is contained in:
Michael Black 2020-01-12 11:56:24 -06:00
parent 60b3e3e8bd
commit a1d333667d
No known key found for this signature in database
GPG key ID: 6599353EC683404D

View file

@ -298,12 +298,6 @@ const char *lowe_get_info(RIG *rig)
// non-fatal
}
if (retval != RIG_OK)
{
return NULL;
}
/* this is the real one */
retval = lowe_transaction(rig, "TYP?" EOM, 5, idbuf, &id_len);