Skip to content

Commit

Permalink
ci: no need ptp_dup_uint_array
Browse files Browse the repository at this point in the history
  • Loading branch information
petabyt committed Jan 6, 2024
1 parent 8bd41df commit 82a968f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ int test_fs() {
if (rc) return rc;
assert(ptp_get_return_code(&r) == PTP_RC_OK);

arr = ptp_dup_uint_array(arr);

for (int i = 0; i < arr->length; i++) {
struct PtpObjectInfo oi;
rc = ptp_get_object_info(&r, arr->data[i], &oi);
Expand Down

0 comments on commit 82a968f

Please sign in to comment.