Commit 871ace00 authored by Henrique Silva's avatar Henrique Silva

examples/client.c: remove unnecessary error code check

parent 566c98aa
......@@ -1756,9 +1756,6 @@ int main (int argc, char *argv [])
print_data_curve (acq_chan_val, acq_trans.block.data, acq_trans.block.bytes_read);
} else {
fprintf (stderr, "[client:acq]: bpm_get_block failed\n");
if (err != BPM_CLIENT_SUCCESS) {
fprintf (stderr, "[client:acq]: '%s'\n", bpm_client_err_str(err));
}
}
free(valid_data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment