saleae-logic-pro: silence "assigned, not used" compiler warning

Remove an assignment that never took effect.

This was reported by clang's scan-build.
This commit is contained in:
Gerhard Sittig 2018-02-09 19:27:52 +01:00 committed by Uwe Hermann
parent 0306ae30b6
commit 6a821db6f2
1 changed files with 0 additions and 2 deletions

View File

@ -530,8 +530,6 @@ static int upload_bitstream(const struct sr_dev_inst *sdi,
bs_offset += bs_part_size;
}
ret = SR_OK;
sr_info("Bitstream upload done.");
/* Check a scratch register? */