Fix chromium roll: remove variables that are written but not accessed
Bug: b/228208976 Change-Id: Iee4df1249f9bc4aa2fa840c0a039543e8560c7c6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258122 Reviewed-by: Björn Terelius <terelius@google.com> Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36459}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
15a38de78d
commit
a529b0c0f2
@ -50,7 +50,6 @@ int main(int argc, char* argv[])
|
||||
int len_int, mode;
|
||||
short pli;
|
||||
int blockcount = 0;
|
||||
int packetlosscount = 0;
|
||||
size_t frameLen, len, len_i16s;
|
||||
int16_t speechType;
|
||||
IlbcEncoderInstance *Enc_Inst;
|
||||
@ -189,7 +188,6 @@ int main(int argc, char* argv[])
|
||||
/* Packet loss -> remove info from frame */
|
||||
memset(encoded_data, 0,
|
||||
sizeof(int16_t)*ILBCNOOFWORDS_MAX);
|
||||
packetlosscount++;
|
||||
}
|
||||
} else {
|
||||
fprintf(stderr, "Error. Channel file too short\n");
|
||||
|
||||
Reference in New Issue
Block a user