Take care of unused variable.

Review URL: http://webrtc-codereview.appspot.com/137013

git-svn-id: http://webrtc.googlecode.com/svn/trunk@499 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turajs@google.com 2011-08-31 21:27:53 +00:00
parent 9562a3664c
commit eaf3185105

View File

@ -376,7 +376,7 @@ static WebRtc_Word16
ACMISACFixGetNewBitstream(
ACM_ISAC_STRUCT* inst,
WebRtc_Word16 BWEIndex,
WebRtc_Word16 jitterIndex,
WebRtc_Word16 /* jitterIndex */,
WebRtc_Word32 rate,
WebRtc_Word16* bitStream,
bool isRED)