Fix unused variable warnings.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@233 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ajm@google.com 2011-07-19 18:11:02 +00:00
parent fcdaf84d7e
commit f1a7b4be25

View File

@ -2317,8 +2317,6 @@ static void WebRtcAecm_ComfortNoise(AecmCore_t * const aecm, const WebRtc_UWord1
WebRtc_Word16 shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain;
WebRtc_Word16 minTrackShift;
WebRtc_Word32 upper32;
WebRtc_Word32 lower32;
assert(shiftFromNearToNoise >= 0);
assert(shiftFromNearToNoise < 16);