Remove self-assignment without any effect

clang:

  error: explicitly assigning a variable of type 'uint16_t' (aka 'unsigned short') to itself [-Werror,-Wself-assign]
This commit is contained in:
Travis Cross 2013-05-26 09:25:29 +00:00
parent 076a7706db
commit b30dde34ec
1 changed files with 0 additions and 1 deletions

View File

@ -821,7 +821,6 @@ STFU_DECLARE(int32_t) stfu_n_copy_next_frame(stfu_instance_t *jb, uint32_t times
uint32_t target_ts = 0;
seq = seq;
if (!next_frame) return 0;
target_ts = timestamp + (distance - 1) * jb->samples_per_packet;