hameg-hmo: Remove duplicate function call.

This call was inadvertently left around in commit
8cccbac8da.
This commit is contained in:
Guido Trentalancia 2018-11-20 23:24:59 +01:00 committed by Uwe Hermann
parent 66ddc22a1d
commit 0c96de7223
1 changed files with 0 additions and 5 deletions

View File

@ -1086,11 +1086,6 @@ SR_PRIV int hmo_scope_state_get(struct sr_dev_inst *sdi)
if (digital_channel_state_get(sdi, config, state) != SR_OK)
return SR_ERR;
if (sr_scpi_get_float(sdi->conn,
(*config->scpi_dialect)[SCPI_CMD_GET_TIMEBASE],
&tmp_float) != SR_OK)
return SR_ERR;
if (sr_scpi_get_string(sdi->conn,
(*config->scpi_dialect)[SCPI_CMD_GET_TIMEBASE],
&tmp_str) != SR_OK)